Html Css Color HEX #20180C Cocoa Brown

📋 copy color: '#20180C'

red 32 ◦ green 24 ◦ blue 12

#20180C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #20180C

Tints of Cocoa Brown #20180C

RGB

 RED value IS 32 (12.89% from 255) = 47.06%

 GREEN value IS 24 (9.77% from 255) = 35.29%

 BLUE value IS 12 (5.08% from 255) = 17.65%

R = 47.06%
G = 35.29%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#20180C (or 0x20180C) is known color: Cocoa Brown. HEX triplet: 20, 18 and 0C. RGB value is (32,24,12). Sum of RGB (Red+Green+Blue) = 32+24+12=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #20180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20180C is #DFE7F3. Grayscale: #191919. Windows color (decimal): -14673908 or 792608. OLE color: 792608.

HSL color Cylindrical-coordinate representation of color #20180C: hue angle of 36º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20180C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 24 12 -
CMYK 0 0.25 0.63 0.87
HSL 36º 0.45% 0.09% -
HSV(B) 36º 0.63% 0.13% -
XYZ 0.99 0.99 0.49 -
YUV 25.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 32 24 12 0 0.25 0.63 0.87 36 0.45 0.09
Hex 20 18 C 0 19 3F 57 24 2D 9
Octal 40 30 14 0 31 77 127 44 55 11
Binary 100000 11000 1100 0 11001 111111 1010111 100100 101101 1001

Color Harmonies of #20180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20180C

Black with #20180C

Text Example


Text Example

White with #20180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20180C; }

 p { color: rgb(32,24,12); }

 H1.HeaderClassName
 {
   color: #20180C;
 }
 .AnyTagClassName
 {
   color: #20180C;
 }
</style>

background-color css

<style>
 a { background-color: #20180C; }

 a { background-color: rgb(32,24,12); }

 div.DivClassName
 {
   background-color: #20180C;
 }
 .BgClassName
 {
   background-color: #20180C;
 }
</style>

border-color css

<style>
 span { border-color: #20180C; }

 span { border-color: rgb(32,24,12); }

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