#402100

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

Shades of Cocoa Brown #402100

Tints of Cocoa Brown #402100

Color information

#402100 (or 0x402100) is unknown color: approx Cocoa Brown. HEX triplet: 40, 21 and 00. RGB value is (64,33,0). Sum of RGB (Red+Green+Blue) = 64+33+0=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #402100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402100 is #BFDEFF. Grayscale: #262626. Windows color (decimal): -12574464 or 8512. OLE color: 8512.

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

Color convert

RGB64330-
CMYK00.4810.75
HSL30.94º100%12.55%-
HSV(B)30.94º100%25.1%-
XYZ2.662.180.28-
YUV38.51106.27146.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.98%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.98%
G=34.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6433000.4810.7530.9410012.55
Hex40210030644B1f64d
Octal1004100601441133714415
Binary100000010000100110000110010010010111111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402100; }

 p { color: rgb(64,33,0); }

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

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

 a { background-color: rgb(64,33,0); }

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

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

 span { border-color: rgb(64,33,0); }

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