#302113

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

Shades of Cocoa Brown #302113

Tints of Cocoa Brown #302113

Color information

#302113 (or 0x302113) is unknown color: approx Cocoa Brown. HEX triplet: 30, 21 and 13. RGB value is (48,33,19). Sum of RGB (Red+Green+Blue) = 48+33+19=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #302113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302113 is #CFDEEC. Grayscale: #232323. Windows color (decimal): -13623021 or 1253680. OLE color: 1253680.

HSL color Cylindrical-coordinate representation of color #302113: hue angle of 28.97º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302113 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB483319-
CMYK00.310.600.81
HSL28.97º43.28%13.14%-
HSV(B)28.97º60.42%18.82%-
XYZ1.881.760.86-
YUV35.89118.47136.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 19 (7.81% from 255) = 19%
R=48%
G=33%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48331900.310.600.8128.9743.2813.14
Hex30211301F3C511d2bd
Octal60412303774121355315
Binary110000100001100110111111111001010001111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302113; }

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

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

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

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

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

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

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

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