Html Css Color HEX #201001 Cocoa Brown

📋 copy color: '#201001'

red 32 ◦ green 16 ◦ blue 1

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

Shades of Cocoa Brown #201001

Tints of Cocoa Brown #201001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 32.65%

 BLUE value IS 1 (0.78% from 255) = 2.04%

R = 65.31%
G = 32.65%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#201001 (or 0x201001) is known color: Cocoa Brown. HEX triplet: 20, 10 and 01. RGB value is (32,16,1). Sum of RGB (Red+Green+Blue) = 32+16+1=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #201001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201001 is #DFEFFE. Grayscale: #131313. Windows color (decimal): -14675967 or 69664. OLE color: 69664.

HSL color Cylindrical-coordinate representation of color #201001: hue angle of 29.03º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #201001 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 16 1 -
CMYK 0 0.5 0.97 0.87
HSL 29.03º 0.94% 0.06% -
HSV(B) 29.03º 0.97% 0.13% -
XYZ 0.79 0.68 0.12 -
YUV 19.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 32 16 1 0 0.5 0.97 0.87 29.03 0.94 0.06
Hex 20 10 1 0 32 61 57 1D 5E 6
Octal 40 20 1 0 62 141 127 35 136 6
Binary 100000 10000 1 0 110010 1100001 1010111 11101 1011110 110

Color Harmonies of #201001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201001

Black with #201001

Text Example


Text Example

White with #201001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201001; }

 p { color: rgb(32,16,1); }

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

background-color css

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

 a { background-color: rgb(32,16,1); }

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

border-color css

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

 span { border-color: rgb(32,16,1); }

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