#481913

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

Shades of Brown Pod #481913

Tints of Brown Pod #481913

Color information

#481913 (or 0x481913) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 13. RGB value is (72,25,19). Sum of RGB (Red+Green+Blue) = 72+25+19=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481913 is #B7E6EC. Grayscale: #262626. Windows color (decimal): -12052205 or 1251656. OLE color: 1251656.

HSL color Cylindrical-coordinate representation of color #481913: hue angle of 6.79º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481913 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB722519-
CMYK00.650.740.72
HSL6.79º58.24%17.84%-
HSV(B)6.79º73.61%28.24%-
XYZ3.142.120.86-
YUV38.37117.07151.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 19 (7.81% from 255) = 16.38%
R=62.07%
G=21.55%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72251900.650.740.726.7958.2417.84
Hex4819130414A4873a12
Octal1103123010111211077222
Binary10010001100110011010000011001010100100011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481913; }

 p { color: rgb(72,25,19); }

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

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

 a { background-color: rgb(72,25,19); }

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

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

 span { border-color: rgb(72,25,19); }

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