Html Css Color HEX #201504 Cocoa Brown

📋 copy color: '#201504'

red 32 ◦ green 21 ◦ blue 4

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

Shades of Cocoa Brown #201504

Tints of Cocoa Brown #201504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 36.84%

 BLUE value IS 4 (1.95% from 255) = 7.02%

R = 56.14%
G = 36.84%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.87

RGB Variations

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

Color information

#201504 (or 0x201504) is known color: Cocoa Brown. HEX triplet: 20, 15 and 04. RGB value is (32,21,4). Sum of RGB (Red+Green+Blue) = 32+21+4=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #201504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201504 is #DFEAFB. Grayscale: #161616. Windows color (decimal): -14674684 or 267552. OLE color: 267552.

HSL color Cylindrical-coordinate representation of color #201504: hue angle of 36.43º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201504 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 21 4 -
CMYK 0 0.34 0.87 0.87
HSL 36.43º 0.78% 0.07% -
HSV(B) 36.43º 0.88% 0.13% -
XYZ 0.89 0.85 0.23 -
YUV 22.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 32 21 4 0 0.34 0.87 0.87 36.43 0.78 0.07
Hex 20 15 4 0 22 57 57 24 4E 7
Octal 40 25 4 0 42 127 127 44 116 7
Binary 100000 10101 100 0 100010 1010111 1010111 100100 1001110 111

Color Harmonies of #201504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201504

Black with #201504

Text Example


Text Example

White with #201504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201504; }

 p { color: rgb(32,21,4); }

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

background-color css

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

 a { background-color: rgb(32,21,4); }

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

border-color css

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

 span { border-color: rgb(32,21,4); }

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