#402307

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

Shades of Cocoa Brown #402307

Tints of Cocoa Brown #402307

Color information

#402307 (or 0x402307) is unknown color: approx Cocoa Brown. HEX triplet: 40, 23 and 07. RGB value is (64,35,7). Sum of RGB (Red+Green+Blue) = 64+35+7=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402307 is #BFDCF8. Grayscale: #282828. Windows color (decimal): -12573945 or 467776. OLE color: 467776.

HSL color Cylindrical-coordinate representation of color #402307: hue angle of 29.47º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #402307 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB64357-
CMYK00.450.890.75
HSL29.47º80.28%13.92%-
HSV(B)29.47º89.06%25.1%-
XYZ2.752.310.5-
YUV40.48109.11144.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=60.38%
G=33.02%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6435700.450.890.7529.4780.2813.92
Hex4023702D594B1d50e
Octal1004370551311133512016
Binary10000001000111110101101101100110010111110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402307; }

 p { color: rgb(64,35,7); }

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

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

 a { background-color: rgb(64,35,7); }

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

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

 span { border-color: rgb(64,35,7); }

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