#301E13

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

Shades of Cocoa Brown #301E13

Tints of Cocoa Brown #301E13

Color information

#301E13 (or 0x301E13) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 13. RGB value is (48,30,19). Sum of RGB (Red+Green+Blue) = 48+30+19=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E13 is #CFE1EC. Grayscale: #222222. Windows color (decimal): -13623789 or 1252912. OLE color: 1252912.

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

Color convert

RGB483019-
CMYK00.370.600.81
HSL22.76º43.28%13.14%-
HSV(B)22.76º60.42%18.82%-
XYZ1.81.60.83-
YUV34.13119.46137.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=49.48%
G=30.93%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48301900.370.600.8122.7643.2813.14
Hex301E130253C51172bd
Octal60362304574121275315
Binary110000111101001101001011111001010001101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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