#302016

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

Shades of Cocoa Brown #302016

Tints of Cocoa Brown #302016

Color information

#302016 (or 0x302016) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 16. RGB value is (48,32,22). Sum of RGB (Red+Green+Blue) = 48+32+22=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #302016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302016 is #CFDFE9. Grayscale: #232323. Windows color (decimal): -13623274 or 1450032. OLE color: 1450032.

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

Color convert

RGB483222-
CMYK00.330.540.81
HSL23.08º37.14%13.73%-
HSV(B)23.08º54.17%18.82%-
XYZ1.881.720.99-
YUV35.64120.3136.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=47.06%
G=31.37%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48322200.330.540.8123.0837.1413.73
Hex30201602136511725e
Octal60402604166121274516
Binary1100001000001011001000011101101010001101111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302016; }

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

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

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

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

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

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

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

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