#301E09

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

Shades of Cocoa Brown #301E09

Tints of Cocoa Brown #301E09

Color information

#301E09 (or 0x301E09) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 09. RGB value is (48,30,9). Sum of RGB (Red+Green+Blue) = 48+30+9=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E09 is #CFE1F6. Grayscale: #212121. Windows color (decimal): -13623799 or 597552. OLE color: 597552.

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

Color convert

RGB48309-
CMYK00.370.810.81
HSL32.31º68.42%11.18%-
HSV(B)32.31º81.25%18.82%-
XYZ1.731.580.47-
YUV32.99114.46138.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 9 (3.91% from 255) = 10.34%
R=55.17%
G=34.48%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4830900.370.810.8132.3168.4211.18
Hex301E902551512044b
Octal6036110451211214010413
Binary11000011110100101001011010001101000110000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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