Html Css Color HEX #422701 Cocoa Brown

📋 copy color: '#422701'

red 66 ◦ green 39 ◦ blue 1

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

Shades of Cocoa Brown #422701

Tints of Cocoa Brown #422701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.79%

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

R = 62.26%
G = 36.79%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#422701 (or 0x422701) is known color: Cocoa Brown. HEX triplet: 42, 27 and 01. RGB value is (66,39,1). Sum of RGB (Red+Green+Blue) = 66+39+1=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #422701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422701 is #BDD8FE. Grayscale: #2A2A2A. Windows color (decimal): -12441855 or 75586. OLE color: 75586.

HSL color Cylindrical-coordinate representation of color #422701: hue angle of 35.08º 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 #422701 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 39 1 -
CMYK 0 0.41 0.98 0.74
HSL 35.08º 0.97% 0.13% -
HSV(B) 35.08º 0.98% 0.26% -
XYZ 2.98 2.61 0.38 -
YUV 42.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 66 39 1 0 0.41 0.98 0.74 35.08 0.97 0.13
Hex 42 27 1 0 29 62 4A 23 61 D
Octal 102 47 1 0 51 142 112 43 141 15
Binary 1000010 100111 1 0 101001 1100010 1001010 100011 1100001 1101

Color Harmonies of #422701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422701

Black with #422701

Text Example


Text Example

White with #422701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422701; }

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

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

background-color css

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

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

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

border-color css

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

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

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