#402600

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

Shades of Cocoa Brown #402600

Tints of Cocoa Brown #402600

Color information

#402600 (or 0x402600) is unknown color: approx Cocoa Brown. HEX triplet: 40, 26 and 00. RGB value is (64,38,0). Sum of RGB (Red+Green+Blue) = 64+38+0=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #402600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402600 is #BFD9FF. Grayscale: #292929. Windows color (decimal): -12573184 or 9792. OLE color: 9792.

HSL color Cylindrical-coordinate representation of color #402600: hue angle of 35.62º 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 #402600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB64380-
CMYK00.4110.75
HSL35.62º100%12.55%-
HSV(B)35.62º100%25.1%-
XYZ2.812.480.33-
YUV41.44104.61144.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 38 (15.23% from 255) = 37.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.75%
G=37.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6438000.4110.7535.6210012.55
Hex40260029644B2464d
Octal1004600511441134414415
Binary1000000100110001010011100100100101110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402600; }

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

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

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

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

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

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

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

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