Html Css Color HEX #422401 Cocoa Brown

📋 copy color: '#422401'

red 66 ◦ green 36 ◦ blue 1

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

Shades of Cocoa Brown #422401

Tints of Cocoa Brown #422401

RGB

 RED value IS 66 (26.17% from 255) = 64.08%

 GREEN value IS 36 (14.45% from 255) = 34.95%

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

R = 64.08%
G = 34.95%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#422401 (or 0x422401) is known color: Cocoa Brown. HEX triplet: 42, 24 and 01. RGB value is (66,36,1). Sum of RGB (Red+Green+Blue) = 66+36+1=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #422401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422401 is #BDDBFE. Grayscale: #292929. Windows color (decimal): -12442623 or 74818. OLE color: 74818.

HSL color Cylindrical-coordinate representation of color #422401: hue angle of 32.31º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #422401 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 36 1 -
CMYK 0 0.45 0.98 0.74
HSL 32.31º 0.97% 0.13% -
HSV(B) 32.31º 0.98% 0.26% -
XYZ 2.88 2.42 0.34 -
YUV 40.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 66 36 1 0 0.45 0.98 0.74 32.31 0.97 0.13
Hex 42 24 1 0 2D 62 4A 20 61 D
Octal 102 44 1 0 55 142 112 40 141 15
Binary 1000010 100100 1 0 101101 1100010 1001010 100000 1100001 1101

Color Harmonies of #422401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422401

Black with #422401

Text Example


Text Example

White with #422401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422401; }

 p { color: rgb(66,36,1); }

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

background-color css

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

 a { background-color: rgb(66,36,1); }

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

border-color css

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

 span { border-color: rgb(66,36,1); }

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