#302013

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

Shades of Cocoa Brown #302013

Tints of Cocoa Brown #302013

Color information

#302013 (or 0x302013) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 13. RGB value is (48,32,19). Sum of RGB (Red+Green+Blue) = 48+32+19=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #302013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302013 is #CFDFEC. Grayscale: #232323. Windows color (decimal): -13623277 or 1253424. OLE color: 1253424.

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

Color convert

RGB483219-
CMYK00.330.600.81
HSL26.9º43.28%13.14%-
HSV(B)26.9º60.42%18.82%-
XYZ1.851.710.85-
YUV35.3118.8137.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=48.48%
G=32.32%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48321900.330.600.8126.943.2813.14
Hex3020130213C511b2bd
Octal60402304174121335315
Binary1100001000001001101000011111001010001110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302013; }

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

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

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

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

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

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

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

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