#302416

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

Shades of Cocoa Brown #302416

Tints of Cocoa Brown #302416

Color information

#302416 (or 0x302416) is unknown color: approx Cocoa Brown. HEX triplet: 30, 24 and 16. RGB value is (48,36,22). Sum of RGB (Red+Green+Blue) = 48+36+22=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302416 is #CFDBE9. Grayscale: #262626. Windows color (decimal): -13622250 or 1451056. OLE color: 1451056.

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

Color convert

RGB483622-
CMYK00.250.540.81
HSL32.31º37.14%13.73%-
HSV(B)32.31º54.17%18.82%-
XYZ1.991.951.03-
YUV37.99118.98135.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=45.28%
G=33.96%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48362200.250.540.8132.3137.1413.73
Hex30241601936512025e
Octal60442603166121404516
Binary1100001001001011001100111011010100011000001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302416; }

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

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

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

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

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

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

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

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