#302215

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

Shades of Cocoa Brown #302215

Tints of Cocoa Brown #302215

Color information

#302215 (or 0x302215) is unknown color: approx Cocoa Brown. HEX triplet: 30, 22 and 15. RGB value is (48,34,21). Sum of RGB (Red+Green+Blue) = 48+34+21=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302215 is #CFDDEA. Grayscale: #242424. Windows color (decimal): -13622763 or 1385008. OLE color: 1385008.

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

Color convert

RGB483421-
CMYK00.290.560.81
HSL28.89º39.13%13.53%-
HSV(B)28.89º56.25%18.82%-
XYZ1.931.830.96-
YUV36.7119.14136.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=46.60%
G=33.01%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48342100.290.560.8128.8939.1313.53
Hex30221501D38511d27e
Octal60422503570121354716
Binary110000100010101010111011110001010001111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302215; }

 p { color: rgb(48,34,21); }

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

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

 a { background-color: rgb(48,34,21); }

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

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

 span { border-color: rgb(48,34,21); }

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