#402900

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

Shades of Cocoa Brown #402900

Tints of Cocoa Brown #402900

Color information

#402900 (or 0x402900) is unknown color: approx Cocoa Brown. HEX triplet: 40, 29 and 00. RGB value is (64,41,0). Sum of RGB (Red+Green+Blue) = 64+41+0=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #402900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402900 is #BFD6FF. Grayscale: #2B2B2B. Windows color (decimal): -12572416 or 10560. OLE color: 10560.

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

Color convert

RGB64410-
CMYK00.3610.75
HSL38.44º100%12.55%-
HSV(B)38.44º100%25.1%-
XYZ2.912.680.36-
YUV43.2103.62142.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.95%
G=39.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6441000.3610.7538.4410012.55
Hex40290024644B2664d
Octal1005100441441134614415
Binary1000000101001001001001100100100101110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402900; }

 p { color: rgb(64,41,0); }

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

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

 a { background-color: rgb(64,41,0); }

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

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

 span { border-color: rgb(64,41,0); }

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