#302720

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

Shades of Cocoa Brown #302720

Tints of Cocoa Brown #302720

Color information

#302720 (or 0x302720) is unknown color: approx Cocoa Brown. HEX triplet: 30, 27 and 20. RGB value is (48,39,32). Sum of RGB (Red+Green+Blue) = 48+39+32=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302720 is #CFD8DF. Grayscale: #282828. Windows color (decimal): -13621472 or 2107184. OLE color: 2107184.

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

Color convert

RGB483932-
CMYK00.190.330.81
HSL26.25º20%15.69%-
HSV(B)26.25º33.33%18.82%-
XYZ2.212.181.67-
YUV40.89122.98133.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=40.34%
G=32.77%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48393200.190.330.8126.252015.69
Hex30272001321511a1410
Octal60474002341121322420
Binary1100001001111000000100111000011010001110101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302720; }

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

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

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

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

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

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

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

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