#422201

Color #422201 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #422201

Tints of Cocoa Brown #422201

Color information

#422201 (or 0x422201) is unknown color: approx Cocoa Brown. HEX triplet: 42, 22 and 01. RGB value is (66,34,1). Sum of RGB (Red+Green+Blue) = 66+34+1=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #422201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422201 is #BDDDFE. Grayscale: #272727. Windows color (decimal): -12443135 or 74306. OLE color: 74306.

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

Color convert

RGB66341-
CMYK00.480.980.74
HSL30.46º97.01%13.14%-
HSV(B)30.46º98.48%25.88%-
XYZ2.822.30.32-
YUV39.81106.1146.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 65.35%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=65.35%
G=33.66%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6634100.480.980.7430.4697.0113.14
Hex42221030624A1e61d
Octal1024210601421123614115
Binary100001010001010110000110001010010101111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422201; }

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

 H1.HeaderClassName
 {
   color: #422201;
 }
 .AnyTagClassName
 {
   color: #422201;
 }
</style>
background-color css

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

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

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

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

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

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