#301E0D

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

Shades of Cocoa Brown #301E0D

Tints of Cocoa Brown #301E0D

Color information

#301E0D (or 0x301E0D) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 0D. RGB value is (48,30,13). Sum of RGB (Red+Green+Blue) = 48+30+13=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E0D is #CFE1F2. Grayscale: #212121. Windows color (decimal): -13623795 or 859696. OLE color: 859696.

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

Color convert

RGB483013-
CMYK00.370.730.81
HSL29.14º57.38%11.96%-
HSV(B)29.14º72.92%18.82%-
XYZ1.761.590.59-
YUV33.44116.46138.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=52.75%
G=32.97%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48301300.370.730.8129.1457.3811.96
Hex301ED02549511d39c
Octal603615045111121357114
Binary110000111101101010010110010011010001111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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