Html Css Color HEX #201000 Cocoa Brown

📋 copy color: '#201000'

red 32 ◦ green 16 ◦ blue 0

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

Shades of Cocoa Brown #201000

Tints of Cocoa Brown #201000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#201000 (or 0x201000) is known color: Cocoa Brown. HEX triplet: 20, 10 and 00. RGB value is (32,16,0). Sum of RGB (Red+Green+Blue) = 32+16+0=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #201000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201000 is #DFEFFF. Grayscale: #131313. Windows color (decimal): -14675968 or 4128. OLE color: 4128.

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

Color convert

RGB 32 16 0 -
CMYK 0 0.5 1 0.87
HSL 30º 1% 0.06% -
HSV(B) 30º 1% 0.13% -
XYZ 0.78 0.68 0.09 -
YUV 18.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 32 16 0 0 0.5 1 0.87 30 1 0.06
Hex 20 10 0 0 32 64 57 1E 64 6
Octal 40 20 0 0 62 144 127 36 144 6
Binary 100000 10000 0 0 110010 1100100 1010111 11110 1100100 110

Color Harmonies of #201000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201000

Black with #201000

Text Example


Text Example

White with #201000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201000; }

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

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

background-color css

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

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

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

border-color css

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

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

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