#302518

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

Shades of Cocoa Brown #302518

Tints of Cocoa Brown #302518

Color information

#302518 (or 0x302518) is unknown color: approx Cocoa Brown. HEX triplet: 30, 25 and 18. RGB value is (48,37,24). Sum of RGB (Red+Green+Blue) = 48+37+24=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302518 is #CFDAE7. Grayscale: #262626. Windows color (decimal): -13621992 or 1582384. OLE color: 1582384.

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

Color convert

RGB483724-
CMYK00.230.50.81
HSL32.5º33.33%14.12%-
HSV(B)32.5º50%18.82%-
XYZ2.052.021.15-
YUV38.81119.64134.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=44.04%
G=33.94%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48372400.230.50.8132.533.3314.12
Hex30251801732512121e
Octal60453002762121414116
Binary1100001001011100001011111001010100011000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302518; }

 p { color: rgb(48,37,24); }

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

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

 a { background-color: rgb(48,37,24); }

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

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

 span { border-color: rgb(48,37,24); }

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