#301A09

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

Shades of Cocoa Brown #301A09

Tints of Cocoa Brown #301A09

Color information

#301A09 (or 0x301A09) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1A and 09. RGB value is (48,26,9). Sum of RGB (Red+Green+Blue) = 48+26+9=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A09 is #CFE5F6. Grayscale: #1E1E1E. Windows color (decimal): -13624823 or 596528. OLE color: 596528.

HSL color Cylindrical-coordinate representation of color #301A09: hue angle of 26.15º 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 #301A09 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB48269-
CMYK00.460.810.81
HSL26.15º68.42%11.18%-
HSV(B)26.15º81.25%18.82%-
XYZ1.641.390.44-
YUV30.64115.79140.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=57.83%
G=31.33%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4826900.460.810.8126.1568.4211.18
Hex301A902E51511a44b
Octal6032110561211213210413
Binary1100001101010010101110101000110100011101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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