#20170A

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

Shades of Cocoa Brown #20170A

Tints of Cocoa Brown #20170A

Color information

#20170A (or 0x20170A) is unknown color: approx Cocoa Brown. HEX triplet: 20, 17 and 0A. RGB value is (32,23,10). Sum of RGB (Red+Green+Blue) = 32+23+10=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #20170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20170A is #DFE8F5. Grayscale: #181818. Windows color (decimal): -14674166 or 661280. OLE color: 661280.

HSL color Cylindrical-coordinate representation of color #20170A: hue angle of 35.45º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20170A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB322310-
CMYK00.280.690.87
HSL35.45º52.38%8.24%-
HSV(B)35.45º68.75%12.55%-
XYZ0.960.940.42-
YUV24.21119.98133.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 49.23%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 10 (4.30% from 255) = 15.38%
R=49.23%
G=35.38%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32231000.280.690.8735.4552.388.24
Hex2017A01C455723348
Octal402712034105127436410
Binary100000101111010011100100010110101111000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20170A; }

 p { color: rgb(32,23,10); }

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

<style>
 a { background-color: #20170A; }

 a { background-color: rgb(32,23,10); }

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

<style>
 span { border-color: #20170A; }

 span { border-color: rgb(32,23,10); }

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