#302116

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

Shades of Cocoa Brown #302116

Tints of Cocoa Brown #302116

Color information

#302116 (or 0x302116) is unknown color: approx Cocoa Brown. HEX triplet: 30, 21 and 16. RGB value is (48,33,22). Sum of RGB (Red+Green+Blue) = 48+33+22=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302116 is #CFDEE9. Grayscale: #242424. Windows color (decimal): -13623018 or 1450288. OLE color: 1450288.

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

Color convert

RGB483322-
CMYK00.310.540.81
HSL25.38º37.14%13.73%-
HSV(B)25.38º54.17%18.82%-
XYZ1.911.771-
YUV36.23119.97136.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=46.60%
G=32.04%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48332200.310.540.8125.3837.1413.73
Hex30211601F36511925e
Octal60412603766121314516
Binary110000100001101100111111101101010001110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302116; }

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

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

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

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

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

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

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

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