#481912

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

Shades of Brown Pod #481912

Tints of Brown Pod #481912

Color information

#481912 (or 0x481912) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 12. RGB value is (72,25,18). Sum of RGB (Red+Green+Blue) = 72+25+18=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481912 is #B7E6ED. Grayscale: #262626. Windows color (decimal): -12052206 or 1186120. OLE color: 1186120.

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

Color convert

RGB722518-
CMYK00.650.750.72
HSL7.78º60%17.65%-
HSV(B)7.78º75%28.24%-
XYZ3.132.120.82-
YUV38.25116.57152.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=62.61%
G=21.74%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72251800.650.750.727.786017.65
Hex4819120414B4883c12
Octal11031220101113110107422
Binary100100011001100100100000110010111001000100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481912; }

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

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

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

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

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

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

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

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