#302519

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

Shades of Cocoa Brown #302519

Tints of Cocoa Brown #302519

Color information

#302519 (or 0x302519) is unknown color: approx Cocoa Brown. HEX triplet: 30, 25 and 19. RGB value is (48,37,25). Sum of RGB (Red+Green+Blue) = 48+37+25=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #302519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302519 is #CFDAE6. Grayscale: #262626. Windows color (decimal): -13621991 or 1647920. OLE color: 1647920.

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

Color convert

RGB483725-
CMYK00.230.480.81
HSL31.3º31.51%14.31%-
HSV(B)31.3º47.92%18.82%-
XYZ2.062.021.2-
YUV38.92120.14134.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=43.64%
G=33.64%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48372500.230.480.8131.331.5114.31
Hex30251901730511f20e
Octal60453102760121374016
Binary110000100101110010101111100001010001111111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302519; }

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

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

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

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

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

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

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

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