#2A1708

Color #2A1708 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #2A1708

Tints of Cocoa Brown #2A1708

Color information

#2A1708 (or 0x2A1708) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 17 and 08. RGB value is (42,23,8). Sum of RGB (Red+Green+Blue) = 42+23+8=73 (9% of max value = 765). Red value is 42 (16.80% from 255 or 57.53% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1708 is #D5E8F7. Grayscale: #1B1B1B. Windows color (decimal): -14018808 or 530218. OLE color: 530218.

HSL color Cylindrical-coordinate representation of color #2A1708: hue angle of 26.47º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A1708 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.84.

Color convert

RGB42238-
CMYK00.450.810.84
HSL26.47º68%9.8%-
HSV(B)26.47º80.95%16.47%-
XYZ1.311.120.38-
YUV26.97117.29138.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 57.53%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=57.53%
G=31.51%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4223800.450.810.8426.47689.8
Hex2A17802D51541a44a
Octal5227100551211243210412
Binary1010101011110000101101101000110101001101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1708; }

 p { color: rgb(42,23,8); }

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

<style>
 a { background-color: #2A1708; }

 a { background-color: rgb(42,23,8); }

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

<style>
 span { border-color: #2A1708; }

 span { border-color: rgb(42,23,8); }

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