Html Css Color HEX #201401 Cocoa Brown

📋 copy color: '#201401'

red 32 ◦ green 20 ◦ blue 1

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

Shades of Cocoa Brown #201401

Tints of Cocoa Brown #201401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 37.74%

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

R = 60.38%
G = 37.74%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#201401 (or 0x201401) is known color: Cocoa Brown. HEX triplet: 20, 14 and 01. RGB value is (32,20,1). Sum of RGB (Red+Green+Blue) = 32+20+1=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #201401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201401 is #DFEBFE. Grayscale: #151515. Windows color (decimal): -14674943 or 70688. OLE color: 70688.

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

Color convert

RGB 32 20 1 -
CMYK 0 0.37 0.97 0.87
HSL 36.77º 0.94% 0.06% -
HSV(B) 36.77º 0.97% 0.13% -
XYZ 0.85 0.81 0.14 -
YUV 21.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 32 20 1 0 0.37 0.97 0.87 36.77 0.94 0.06
Hex 20 14 1 0 25 61 57 25 5E 6
Octal 40 24 1 0 45 141 127 45 136 6
Binary 100000 10100 1 0 100101 1100001 1010111 100101 1011110 110

Color Harmonies of #201401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201401

Black with #201401

Text Example


Text Example

White with #201401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201401; }

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

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

background-color css

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

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

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

border-color css

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

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

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