#301F12

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

Shades of Cocoa Brown #301F12

Tints of Cocoa Brown #301F12

Color information

#301F12 (or 0x301F12) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 12. RGB value is (48,31,18). Sum of RGB (Red+Green+Blue) = 48+31+18=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F12 is #CFE0ED. Grayscale: #222222. Windows color (decimal): -13623534 or 1187632. OLE color: 1187632.

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

Color convert

RGB483118-
CMYK00.350.630.81
HSL26º45.45%12.94%-
HSV(B)26º62.5%18.82%-
XYZ1.821.650.8-
YUV34.6118.63137.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 31 (12.5% from 255) = 31.96%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=49.48%
G=31.96%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48311800.350.630.812645.4512.94
Hex301F120233F511a2dd
Octal60372204377121325515
Binary110000111111001001000111111111010001110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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