#302006

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

Shades of Cocoa Brown #302006

Tints of Cocoa Brown #302006

Color information

#302006 (or 0x302006) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 06. RGB value is (48,32,6). Sum of RGB (Red+Green+Blue) = 48+32+6=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #302006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302006 is #CFDFF9. Grayscale: #212121. Windows color (decimal): -13623290 or 401456. OLE color: 401456.

HSL color Cylindrical-coordinate representation of color #302006: hue angle of 37.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #302006 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB48326-
CMYK00.330.870.81
HSL37.14º77.78%10.59%-
HSV(B)37.14º87.5%18.82%-
XYZ1.771.670.4-
YUV33.82112.3138.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=55.81%
G=37.21%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832600.330.870.8137.1477.7810.59
Hex302060215751254eb
Octal604060411271214511613
Binary11000010000011001000011010111101000110010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302006; }

 p { color: rgb(48,32,6); }

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

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

 a { background-color: rgb(48,32,6); }

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

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

 span { border-color: rgb(48,32,6); }

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