#402701

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

Shades of Cocoa Brown #402701

Tints of Cocoa Brown #402701

Color information

#402701 (or 0x402701) is unknown color: approx Cocoa Brown. HEX triplet: 40, 27 and 01. RGB value is (64,39,1). Sum of RGB (Red+Green+Blue) = 64+39+1=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #402701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402701 is #BFD8FE. Grayscale: #2A2A2A. Windows color (decimal): -12572927 or 75584. OLE color: 75584.

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

Color convert

RGB64391-
CMYK00.390.980.75
HSL36.19º96.92%12.75%-
HSV(B)36.19º98.44%25.1%-
XYZ2.852.540.37-
YUV42.14104.78143.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=61.54%
G=37.5%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6439100.390.980.7536.1996.9212.75
Hex40271027624B2461d
Octal1004710471421134414115
Binary1000000100111101001111100010100101110010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402701; }

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

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

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

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

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

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

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

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