#4B2519

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

Shades of Brown Pod #4B2519

Tints of Brown Pod #4B2519

Color information

#4B2519 (or 0x4B2519) is unknown color: approx Brown Pod. HEX triplet: 4B, 25 and 19. RGB value is (75,37,25). Sum of RGB (Red+Green+Blue) = 75+37+25=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2519 is #B4DAE6. Grayscale: #2F2F2F. Windows color (decimal): -11852519 or 1647947. OLE color: 1647947.

HSL color Cylindrical-coordinate representation of color #4B2519: hue angle of 14.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2519 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB753725-
CMYK00.510.670.71
HSL14.4º50%19.61%-
HSV(B)14.4º66.67%29.41%-
XYZ3.742.891.28-
YUV46.99115.59147.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.74%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 25 (10.16% from 255) = 18.25%
R=54.74%
G=27.01%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75372500.510.670.7114.45019.61
Hex4B25190334347e3214
Octal1134531063103107166224
Binary100101110010111001011001110000111000111111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2519; }

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

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

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

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

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

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

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

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