#302009

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

Shades of Cocoa Brown #302009

Tints of Cocoa Brown #302009

Color information

#302009 (or 0x302009) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 09. RGB value is (48,32,9). Sum of RGB (Red+Green+Blue) = 48+32+9=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #302009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302009 is #CFDFF6. Grayscale: #222222. Windows color (decimal): -13623287 or 598064. OLE color: 598064.

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

Color convert

RGB48329-
CMYK00.330.810.81
HSL35.38º68.42%11.18%-
HSV(B)35.38º81.25%18.82%-
XYZ1.781.680.49-
YUV34.16113.8137.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 9 (3.91% from 255) = 10.11%
R=53.93%
G=35.96%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832900.330.810.8135.3868.4211.18
Hex3020902151512344b
Octal6040110411211214310413
Binary110000100000100101000011010001101000110001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302009; }

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

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

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

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

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

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

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

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