#402703

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

Shades of Cocoa Brown #402703

Tints of Cocoa Brown #402703

Color information

#402703 (or 0x402703) is unknown color: approx Cocoa Brown. HEX triplet: 40, 27 and 03. RGB value is (64,39,3). Sum of RGB (Red+Green+Blue) = 64+39+3=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402703 is #BFD8FC. Grayscale: #2A2A2A. Windows color (decimal): -12572925 or 206656. OLE color: 206656.

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

Color convert

RGB64393-
CMYK00.390.950.75
HSL35.41º91.04%13.14%-
HSV(B)35.41º95.31%25.1%-
XYZ2.862.550.43-
YUV42.37105.78143.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 3 (1.56% from 255) = 2.83%
R=60.38%
G=36.79%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6439300.390.950.7535.4191.0413.14
Hex402730275F4B235bd
Octal1004730471371134313315
Binary10000001001111101001111011111100101110001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402703; }

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

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

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

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

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

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

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

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