#7B2808

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

Shades of Peru Tan #7B2808

Tints of Peru Tan #7B2808

Color information

#7B2808 (or 0x7B2808) is unknown color: approx Peru Tan. HEX triplet: 7B, 28 and 08. RGB value is (123,40,8). Sum of RGB (Red+Green+Blue) = 123+40+8=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2808 is #84D7F7. Grayscale: #3D3D3D. Windows color (decimal): -8706040 or 534651. OLE color: 534651.

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

Color convert

RGB123408-
CMYK00.670.930.52
HSL16.7º87.79%25.69%-
HSV(B)16.7º93.5%48.24%-
XYZ8.975.750.87-
YUV61.1798172.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.93%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=71.93%
G=23.39%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12340800.670.930.5216.787.7925.69
Hex7B2880435D3411581a
Octal17350100103135642113032
Binary1111011101000100001000011101110111010010001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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