#20170B

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

Shades of Cocoa Brown #20170B

Tints of Cocoa Brown #20170B

Color information

#20170B (or 0x20170B) is unknown color: approx Cocoa Brown. HEX triplet: 20, 17 and 0B. RGB value is (32,23,11). Sum of RGB (Red+Green+Blue) = 32+23+11=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20170B is #DFE8F4. Grayscale: #181818. Windows color (decimal): -14674165 or 726816. OLE color: 726816.

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

Color convert

RGB322311-
CMYK00.280.660.87
HSL34.29º48.84%8.43%-
HSV(B)34.29º65.62%12.55%-
XYZ0.960.940.45-
YUV24.32120.48133.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 48.48%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=48.48%
G=34.85%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32231100.280.660.8734.2948.848.43
Hex2017B01C425722318
Octal402713034102127426110
Binary100000101111011011100100001010101111000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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