#302316

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

Shades of Cocoa Brown #302316

Tints of Cocoa Brown #302316

Color information

#302316 (or 0x302316) is unknown color: approx Cocoa Brown. HEX triplet: 30, 23 and 16. RGB value is (48,35,22). Sum of RGB (Red+Green+Blue) = 48+35+22=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302316 is #CFDCE9. Grayscale: #252525. Windows color (decimal): -13622506 or 1450800. OLE color: 1450800.

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

Color convert

RGB483522-
CMYK00.270.540.81
HSL30º37.14%13.73%-
HSV(B)30º54.17%18.82%-
XYZ1.961.891.02-
YUV37.4119.31135.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=45.71%
G=33.33%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48352200.270.540.813037.1413.73
Hex30231601B36511e25e
Octal60432603366121364516
Binary110000100011101100110111101101010001111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302316; }

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

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

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

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

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

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

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

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