#402901

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

Shades of Cocoa Brown #402901

Tints of Cocoa Brown #402901

Color information

#402901 (or 0x402901) is unknown color: approx Cocoa Brown. HEX triplet: 40, 29 and 01. RGB value is (64,41,1). Sum of RGB (Red+Green+Blue) = 64+41+1=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402901 is #BFD6FE. Grayscale: #2B2B2B. Windows color (decimal): -12572415 or 76096. OLE color: 76096.

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

Color convert

RGB64411-
CMYK00.360.980.75
HSL38.1º96.92%12.75%-
HSV(B)38.1º98.44%25.1%-
XYZ2.912.680.39-
YUV43.32104.12142.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=60.38%
G=38.68%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6441100.360.980.7538.196.9212.75
Hex40291024624B2661d
Octal1005110441421134614115
Binary1000000101001101001001100010100101110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402901; }

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

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

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

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

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

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

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

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