#402702

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

Shades of Cocoa Brown #402702

Tints of Cocoa Brown #402702

Color information

#402702 (or 0x402702) is unknown color: approx Cocoa Brown. HEX triplet: 40, 27 and 02. RGB value is (64,39,2). Sum of RGB (Red+Green+Blue) = 64+39+2=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #402702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402702 is #BFD8FD. Grayscale: #2A2A2A. Windows color (decimal): -12572926 or 141120. OLE color: 141120.

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

Color convert

RGB64392-
CMYK00.390.970.75
HSL35.81º93.94%12.94%-
HSV(B)35.81º96.88%25.1%-
XYZ2.852.550.4-
YUV42.26105.28143.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 39 (15.62% from 255) = 37.14%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=60.95%
G=37.14%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6439200.390.970.7535.8193.9412.94
Hex40272027614B245ed
Octal1004720471411134413615
Binary10000001001111001001111100001100101110010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402702; }

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

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

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

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

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

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

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

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