#402601

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

Shades of Cocoa Brown #402601

Tints of Cocoa Brown #402601

Color information

#402601 (or 0x402601) is unknown color: approx Cocoa Brown. HEX triplet: 40, 26 and 01. RGB value is (64,38,1). Sum of RGB (Red+Green+Blue) = 64+38+1=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402601 is #BFD9FE. Grayscale: #292929. Windows color (decimal): -12573183 or 75328. OLE color: 75328.

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

Color convert

RGB64381-
CMYK00.410.980.75
HSL35.24º96.92%12.75%-
HSV(B)35.24º98.44%25.1%-
XYZ2.812.480.36-
YUV41.56105.11144.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=62.14%
G=36.89%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6438100.410.980.7535.2496.9212.75
Hex40261029624B2361d
Octal1004610511421134314115
Binary1000000100110101010011100010100101110001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402601; }

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

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

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

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

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

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

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

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