Html Css Color HEX #200F01 Cocoa Brown

📋 copy color: '#200F01'

red 32 ◦ green 15 ◦ blue 1

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

Shades of Cocoa Brown #200F01

Tints of Cocoa Brown #200F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 31.25%

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

R = 66.67%
G = 31.25%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#200F01 (or 0x200F01) is known color: Cocoa Brown. HEX triplet: 20, 0F and 01. RGB value is (32,15,1). Sum of RGB (Red+Green+Blue) = 32+15+1=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #200F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F01 is #DFF0FE. Grayscale: #121212. Windows color (decimal): -14676223 or 69408. OLE color: 69408.

HSL color Cylindrical-coordinate representation of color #200F01: hue angle of 27.1º 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 #200F01 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 15 1 -
CMYK 0 0.53 0.97 0.87
HSL 27.1º 0.94% 0.06% -
HSV(B) 27.1º 0.97% 0.13% -
XYZ 0.77 0.65 0.11 -
YUV 18.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 32 15 1 0 0.53 0.97 0.87 27.1 0.94 0.06
Hex 20 F 1 0 35 61 57 1B 5E 6
Octal 40 17 1 0 65 141 127 33 136 6
Binary 100000 1111 1 0 110101 1100001 1010111 11011 1011110 110

Color Harmonies of #200F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F01

Black with #200F01

Text Example


Text Example

White with #200F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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