#402603

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

Shades of Cocoa Brown #402603

Tints of Cocoa Brown #402603

Color information

#402603 (or 0x402603) is unknown color: approx Cocoa Brown. HEX triplet: 40, 26 and 03. RGB value is (64,38,3). Sum of RGB (Red+Green+Blue) = 64+38+3=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #402603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402603 is #BFD9FC. Grayscale: #292929. Windows color (decimal): -12573181 or 206400. OLE color: 206400.

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

Color convert

RGB64383-
CMYK00.410.950.75
HSL34.43º91.04%13.14%-
HSV(B)34.43º95.31%25.1%-
XYZ2.822.480.42-
YUV41.78106.11143.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 3 (1.56% from 255) = 2.86%
R=60.95%
G=36.19%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6438300.410.950.7534.4391.0413.14
Hex402630295F4B225bd
Octal1004630511371134213315
Binary10000001001101101010011011111100101110001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402603; }

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

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

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

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

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

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

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

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