#302419

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

Shades of Cocoa Brown #302419

Tints of Cocoa Brown #302419

Color information

#302419 (or 0x302419) is unknown color: approx Cocoa Brown. HEX triplet: 30, 24 and 19. RGB value is (48,36,25). Sum of RGB (Red+Green+Blue) = 48+36+25=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302419 is #CFDBE6. Grayscale: #262626. Windows color (decimal): -13622247 or 1647664. OLE color: 1647664.

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

Color convert

RGB483625-
CMYK00.250.480.81
HSL28.7º31.51%14.31%-
HSV(B)28.7º47.92%18.82%-
XYZ2.031.961.19-
YUV38.33120.48134.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=44.04%
G=33.03%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48362500.250.480.8128.731.5114.31
Hex30241901930511d20e
Octal60443103160121354016
Binary110000100100110010110011100001010001111011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302419; }

 p { color: rgb(48,36,25); }

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

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

 a { background-color: rgb(48,36,25); }

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

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

 span { border-color: rgb(48,36,25); }

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