#302012

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

Shades of Cocoa Brown #302012

Tints of Cocoa Brown #302012

Color information

#302012 (or 0x302012) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 12. RGB value is (48,32,18). Sum of RGB (Red+Green+Blue) = 48+32+18=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302012 is #CFDFED. Grayscale: #232323. Windows color (decimal): -13623278 or 1187888. OLE color: 1187888.

HSL color Cylindrical-coordinate representation of color #302012: hue angle of 28º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302012 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB483218-
CMYK00.330.630.81
HSL28º45.45%12.94%-
HSV(B)28º62.5%18.82%-
XYZ1.841.710.8-
YUV35.19118.3137.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 32 (12.89% from 255) = 32.65%
BLUE value IS 18 (7.42% from 255) = 18.37%
R=48.98%
G=32.65%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48321800.330.630.812845.4512.94
Hex3020120213F511c2dd
Octal60402204177121345515
Binary1100001000001001001000011111111010001111001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302012; }

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

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

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

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

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

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

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

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