#302112

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

Shades of Cocoa Brown #302112

Tints of Cocoa Brown #302112

Color information

#302112 (or 0x302112) is unknown color: approx Cocoa Brown. HEX triplet: 30, 21 and 12. RGB value is (48,33,18). Sum of RGB (Red+Green+Blue) = 48+33+18=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #302112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302112 is #CFDEED. Grayscale: #232323. Windows color (decimal): -13623022 or 1188144. OLE color: 1188144.

HSL color Cylindrical-coordinate representation of color #302112: hue angle of 30º 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 #302112 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB483318-
CMYK00.310.630.81
HSL30º45.45%12.94%-
HSV(B)30º62.5%18.82%-
XYZ1.871.760.81-
YUV35.78117.97136.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=48.48%
G=33.33%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48331800.310.630.813045.4512.94
Hex30211201F3F511e2dd
Octal60412203777121365515
Binary110000100001100100111111111111010001111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302112; }

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

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

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

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

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

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

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

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