#402602

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

Shades of Cocoa Brown #402602

Tints of Cocoa Brown #402602

Color information

#402602 (or 0x402602) is unknown color: approx Cocoa Brown. HEX triplet: 40, 26 and 02. RGB value is (64,38,2). Sum of RGB (Red+Green+Blue) = 64+38+2=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #402602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402602 is #BFD9FD. Grayscale: #292929. Windows color (decimal): -12573182 or 140864. OLE color: 140864.

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

Color convert

RGB64382-
CMYK00.410.970.75
HSL34.84º93.94%12.94%-
HSV(B)34.84º96.88%25.1%-
XYZ2.822.480.39-
YUV41.67105.61143.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=61.54%
G=36.54%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6438200.410.970.7534.8493.9412.94
Hex40262029614B235ed
Octal1004620511411134313615
Binary10000001001101001010011100001100101110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402602; }

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

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

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

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

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

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

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

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