#301E06

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

Shades of Cocoa Brown #301E06

Tints of Cocoa Brown #301E06

Color information

#301E06 (or 0x301E06) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 06. RGB value is (48,30,6). Sum of RGB (Red+Green+Blue) = 48+30+6=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E06 is #CFE1F9. Grayscale: #202020. Windows color (decimal): -13623802 or 400944. OLE color: 400944.

HSL color Cylindrical-coordinate representation of color #301E06: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301E06 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB48306-
CMYK00.370.870.81
HSL34.29º77.78%10.59%-
HSV(B)34.29º87.5%18.82%-
XYZ1.721.570.38-
YUV32.65112.96138.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=57.14%
G=35.71%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4830600.370.870.8134.2977.7810.59
Hex301E60255751224eb
Octal603660451271214211613
Binary1100001111011001001011010111101000110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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