#301E11

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

Shades of Cocoa Brown #301E11

Tints of Cocoa Brown #301E11

Color information

#301E11 (or 0x301E11) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 11. RGB value is (48,30,17). Sum of RGB (Red+Green+Blue) = 48+30+17=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E11 is #CFE1EE. Grayscale: #212121. Windows color (decimal): -13623791 or 1121840. OLE color: 1121840.

HSL color Cylindrical-coordinate representation of color #301E11: hue angle of 25.16º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301E11 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB483017-
CMYK00.370.650.81
HSL25.16º47.69%12.75%-
HSV(B)25.16º64.58%18.82%-
XYZ1.781.60.74-
YUV33.9118.46138.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 30 (12.11% from 255) = 31.58%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=50.53%
G=31.58%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48301700.370.650.8125.1647.6912.75
Hex301E1102541511930d
Octal603621045101121316015
Binary1100001111010001010010110000011010001110011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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