Html Css Color HEX #422601 Cocoa Brown

📋 copy color: '#422601'

red 66 ◦ green 38 ◦ blue 1

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

Shades of Cocoa Brown #422601

Tints of Cocoa Brown #422601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.19%

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

R = 62.86%
G = 36.19%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#422601 (or 0x422601) is known color: Cocoa Brown. HEX triplet: 42, 26 and 01. RGB value is (66,38,1). Sum of RGB (Red+Green+Blue) = 66+38+1=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #422601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422601 is #BDD9FE. Grayscale: #2A2A2A. Windows color (decimal): -12442111 or 75330. OLE color: 75330.

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

Color convert

RGB 66 38 1 -
CMYK 0 0.42 0.98 0.74
HSL 34.15º 0.97% 0.13% -
HSV(B) 34.15º 0.98% 0.26% -
XYZ 2.95 2.55 0.37 -
YUV 42.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 66 38 1 0 0.42 0.98 0.74 34.15 0.97 0.13
Hex 42 26 1 0 2A 62 4A 22 61 D
Octal 102 46 1 0 52 142 112 42 141 15
Binary 1000010 100110 1 0 101010 1100010 1001010 100010 1100001 1101

Color Harmonies of #422601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422601

Black with #422601

Text Example


Text Example

White with #422601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422601; }

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

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

background-color css

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

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

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

border-color css

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

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

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