#7B2800

Color #7B2800 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #7B2800

Tints of Peru Tan #7B2800

Color information

#7B2800 (or 0x7B2800) is unknown color: approx Peru Tan. HEX triplet: 7B, 28 and 00. RGB value is (123,40,0). Sum of RGB (Red+Green+Blue) = 123+40+0=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2800 is #84D7FF. Grayscale: #3C3C3C. Windows color (decimal): -8706048 or 10363. OLE color: 10363.

HSL color Cylindrical-coordinate representation of color #7B2800: hue angle of 19.51º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B2800 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB123400-
CMYK00.6710.52
HSL19.51º100%24.12%-
HSV(B)19.51º100%48.24%-
XYZ8.935.730.64-
YUV60.2694172.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 75.46%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.46%
G=24.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12340000.6710.5219.5110024.12
Hex7B2800436434146418
Octal1735000103144642414430
Binary1111011101000001000011110010011010010100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B2800; }

 p { color: rgb(123,40,0); }

 H1.HeaderClassName
 {
   color: #7B2800;
 }
 .AnyTagClassName
 {
   color: #7B2800;
 }
</style>
background-color css

<style>
 a { background-color: #7B2800; }

 a { background-color: rgb(123,40,0); }

 div.DivClassName
 {
   background-color: #7B2800;
 }
 .BgClassName
 {
   background-color: #7B2800;
 }
</style>
border-color css

<style>
 span { border-color: #7B2800; }

 span { border-color: rgb(123,40,0); }

 td.TdClassName
 {
   border-color: #7B2800;
 }
 .TagClassName
 {
   border-color: #7B2800;
 }
</style>