#302010

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

Shades of Cocoa Brown #302010

Tints of Cocoa Brown #302010

Color information

#302010 (or 0x302010) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 10. RGB value is (48,32,16). Sum of RGB (Red+Green+Blue) = 48+32+16=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #302010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302010 is #CFDFEF. Grayscale: #232323. Windows color (decimal): -13623280 or 1056816. OLE color: 1056816.

HSL color Cylindrical-coordinate representation of color #302010: hue angle of 30º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302010 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB483216-
CMYK00.330.670.81
HSL30º50%12.55%-
HSV(B)30º66.67%18.82%-
XYZ1.831.70.72-
YUV34.96117.3137.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 16 (6.64% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48321600.330.670.81305012.55
Hex30201002143511e32d
Octal604020041103121366215
Binary11000010000010000010000110000111010001111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302010; }

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

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

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

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

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

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

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

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