#302213

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

Shades of Cocoa Brown #302213

Tints of Cocoa Brown #302213

Color information

#302213 (or 0x302213) is unknown color: approx Cocoa Brown. HEX triplet: 30, 22 and 13. RGB value is (48,34,19). Sum of RGB (Red+Green+Blue) = 48+34+19=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302213 is #CFDDEC. Grayscale: #242424. Windows color (decimal): -13622765 or 1253936. OLE color: 1253936.

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

Color convert

RGB483419-
CMYK00.290.600.81
HSL31.03º43.28%13.14%-
HSV(B)31.03º60.42%18.82%-
XYZ1.911.820.87-
YUV36.48118.14136.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=47.52%
G=33.66%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48341900.290.600.8131.0343.2813.14
Hex30221301D3C511f2bd
Octal60422303574121375315
Binary110000100010100110111011111001010001111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302213; }

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

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

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

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

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

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

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

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