#301E12

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

Shades of Cocoa Brown #301E12

Tints of Cocoa Brown #301E12

Color information

#301E12 (or 0x301E12) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 12. RGB value is (48,30,18). Sum of RGB (Red+Green+Blue) = 48+30+18=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E12 is #CFE1ED. Grayscale: #222222. Windows color (decimal): -13623790 or 1187376. OLE color: 1187376.

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

Color convert

RGB483018-
CMYK00.370.630.81
HSL24º45.45%12.94%-
HSV(B)24º62.5%18.82%-
XYZ1.791.60.79-
YUV34.01118.96137.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 31.25%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=50%
G=31.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48301800.370.630.812445.4512.94
Hex301E120253F51182dd
Octal60362204577121305515
Binary110000111101001001001011111111010001110001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301E12; }

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

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

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

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

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

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

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

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