#402203

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

Shades of Cocoa Brown #402203

Tints of Cocoa Brown #402203

Color information

#402203 (or 0x402203) is unknown color: approx Cocoa Brown. HEX triplet: 40, 22 and 03. RGB value is (64,34,3). Sum of RGB (Red+Green+Blue) = 64+34+3=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #402203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402203 is #BFDDFC. Grayscale: #272727. Windows color (decimal): -12574205 or 205376. OLE color: 205376.

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

Color convert

RGB64343-
CMYK00.470.950.75
HSL30.49º91.04%13.14%-
HSV(B)30.49º95.31%25.1%-
XYZ2.72.240.38-
YUV39.44107.44145.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 63.37%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 3 (1.56% from 255) = 2.97%
R=63.37%
G=33.66%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6434300.470.950.7530.4991.0413.14
Hex4022302F5F4B1e5bd
Octal1004230571371133613315
Binary1000000100010110101111101111110010111111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402203; }

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

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

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

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

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

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

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

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