Html Css Color HEX #422702 Cocoa Brown

📋 copy color: '#422702'

red 66 ◦ green 39 ◦ blue 2

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

Shades of Cocoa Brown #422702

Tints of Cocoa Brown #422702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.87%

R = 61.68%
G = 36.45%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#422702 (or 0x422702) is known color: Cocoa Brown. HEX triplet: 42, 27 and 02. RGB value is (66,39,2). Sum of RGB (Red+Green+Blue) = 66+39+2=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #422702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422702 is #BDD8FD. Grayscale: #2B2B2B. Windows color (decimal): -12441854 or 141122. OLE color: 141122.

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

Color convert

RGB 66 39 2 -
CMYK 0 0.41 0.97 0.74
HSL 34.69º 0.94% 0.13% -
HSV(B) 34.69º 0.97% 0.26% -
XYZ 2.98 2.61 0.4 -
YUV 42.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 66 39 2 0 0.41 0.97 0.74 34.69 0.94 0.13
Hex 42 27 2 0 29 61 4A 23 5E D
Octal 102 47 2 0 51 141 112 43 136 15
Binary 1000010 100111 10 0 101001 1100001 1001010 100011 1011110 1101

Color Harmonies of #422702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422702

Black with #422702

Text Example


Text Example

White with #422702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422702; }

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

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

background-color css

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

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

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

border-color css

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

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

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