Html Css Color HEX #201505 Cocoa Brown

📋 copy color: '#201505'

red 32 ◦ green 21 ◦ blue 5

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

Shades of Cocoa Brown #201505

Tints of Cocoa Brown #201505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.62%

R = 55.17%
G = 36.21%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.87

RGB Variations

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

Color information

#201505 (or 0x201505) is known color: Cocoa Brown. HEX triplet: 20, 15 and 05. RGB value is (32,21,5). Sum of RGB (Red+Green+Blue) = 32+21+5=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #201505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201505 is #DFEAFA. Grayscale: #161616. Windows color (decimal): -14674683 or 333088. OLE color: 333088.

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

Color convert

RGB 32 21 5 -
CMYK 0 0.34 0.84 0.87
HSL 35.56º 0.73% 0.07% -
HSV(B) 35.56º 0.84% 0.13% -
XYZ 0.89 0.85 0.26 -
YUV 22.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 32 21 5 0 0.34 0.84 0.87 35.56 0.73 0.07
Hex 20 15 5 0 22 54 57 24 49 7
Octal 40 25 5 0 42 124 127 44 111 7
Binary 100000 10101 101 0 100010 1010100 1010111 100100 1001001 111

Color Harmonies of #201505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201505

Black with #201505

Text Example


Text Example

White with #201505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201505; }

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

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

background-color css

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

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

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

border-color css

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

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

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