#301909

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

Shades of Cocoa Brown #301909

Tints of Cocoa Brown #301909

Color information

#301909 (or 0x301909) is unknown color: approx Cocoa Brown. HEX triplet: 30, 19 and 09. RGB value is (48,25,9). Sum of RGB (Red+Green+Blue) = 48+25+9=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #301909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301909 is #CFE6F6. Grayscale: #1E1E1E. Windows color (decimal): -13625079 or 596272. OLE color: 596272.

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

Color convert

RGB48259-
CMYK00.480.810.81
HSL24.62º68.42%11.18%-
HSV(B)24.62º81.25%18.82%-
XYZ1.621.340.43-
YUV30.05116.12140.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=58.54%
G=30.49%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4825900.480.810.8124.6268.4211.18
Hex3019903051511944b
Octal6031110601211213110413
Binary1100001100110010110000101000110100011100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301909; }

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

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

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

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

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

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

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

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