#302015

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

Shades of Cocoa Brown #302015

Tints of Cocoa Brown #302015

Color information

#302015 (or 0x302015) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 15. RGB value is (48,32,21). Sum of RGB (Red+Green+Blue) = 48+32+21=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302015 is #CFDFEA. Grayscale: #232323. Windows color (decimal): -13623275 or 1384496. OLE color: 1384496.

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

Color convert

RGB483221-
CMYK00.330.560.81
HSL24.44º39.13%13.53%-
HSV(B)24.44º56.25%18.82%-
XYZ1.871.720.94-
YUV35.53119.8136.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=47.52%
G=31.68%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48322100.330.560.8124.4439.1313.53
Hex30201502138511827e
Octal60402504170121304716
Binary1100001000001010101000011110001010001110001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302015; }

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

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

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

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

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

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

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

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