#302820

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

Shades of Cocoa Brown #302820

Tints of Cocoa Brown #302820

Color information

#302820 (or 0x302820) is unknown color: approx Cocoa Brown. HEX triplet: 30, 28 and 20. RGB value is (48,40,32). Sum of RGB (Red+Green+Blue) = 48+40+32=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302820 is #CFD7DF. Grayscale: #292929. Windows color (decimal): -13621216 or 2107440. OLE color: 2107440.

HSL color Cylindrical-coordinate representation of color #302820: hue angle of 30º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302820 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB484032-
CMYK00.170.330.81
HSL30º20%15.69%-
HSV(B)30º33.33%18.82%-
XYZ2.242.251.68-
YUV41.48122.65132.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=40%
G=33.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48403200.170.330.81302015.69
Hex30282001121511e1410
Octal60504002141121362420
Binary1100001010001000000100011000011010001111101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302820; }

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

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

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

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

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

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

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

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