#402201

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

Shades of Cocoa Brown #402201

Tints of Cocoa Brown #402201

Color information

#402201 (or 0x402201) is unknown color: approx Cocoa Brown. HEX triplet: 40, 22 and 01. RGB value is (64,34,1). Sum of RGB (Red+Green+Blue) = 64+34+1=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #402201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402201 is #BFDDFE. Grayscale: #272727. Windows color (decimal): -12574207 or 74304. OLE color: 74304.

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

Color convert

RGB64341-
CMYK00.470.980.75
HSL31.43º96.92%12.75%-
HSV(B)31.43º98.44%25.1%-
XYZ2.692.240.32-
YUV39.21106.44145.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 1 (0.78% from 255) = 1.01%
R=64.65%
G=34.34%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6434100.470.980.7531.4396.9212.75
Hex4022102F624B1f61d
Octal1004210571421133714115
Binary100000010001010101111110001010010111111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402201; }

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

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

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

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

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

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

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

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