#301E0E

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

Shades of Cocoa Brown #301E0E

Tints of Cocoa Brown #301E0E

Color information

#301E0E (or 0x301E0E) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 0E. RGB value is (48,30,14). Sum of RGB (Red+Green+Blue) = 48+30+14=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E0E is #CFE1F1. Grayscale: #212121. Windows color (decimal): -13623794 or 925232. OLE color: 925232.

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

Color convert

RGB483014-
CMYK00.370.710.81
HSL28.24º54.84%12.16%-
HSV(B)28.24º70.83%18.82%-
XYZ1.761.590.63-
YUV33.56116.96138.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 14 (5.86% from 255) = 15.22%
R=52.17%
G=32.61%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48301400.370.710.8128.2454.8412.16
Hex301EE02547511c37c
Octal603616045107121346714
Binary110000111101110010010110001111010001111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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