#301E10

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

Shades of Cocoa Brown #301E10

Tints of Cocoa Brown #301E10

Color information

#301E10 (or 0x301E10) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 10. RGB value is (48,30,16). Sum of RGB (Red+Green+Blue) = 48+30+16=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E10 is #CFE1EF. Grayscale: #212121. Windows color (decimal): -13623792 or 1056304. OLE color: 1056304.

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

Color convert

RGB483016-
CMYK00.370.670.81
HSL26.25º50%12.55%-
HSV(B)26.25º66.67%18.82%-
XYZ1.781.590.7-
YUV33.79117.96138.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=51.06%
G=31.91%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48301600.370.670.8126.255012.55
Hex301E1002543511a32d
Octal603620045103121326215
Binary1100001111010000010010110000111010001110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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