#481E12

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

Shades of Brown Pod #481E12

Tints of Brown Pod #481E12

Color information

#481E12 (or 0x481E12) is unknown color: approx Brown Pod. HEX triplet: 48, 1E and 12. RGB value is (72,30,18). Sum of RGB (Red+Green+Blue) = 72+30+18=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E12 is #B7E1ED. Grayscale: #292929. Windows color (decimal): -12050926 or 1187400. OLE color: 1187400.

HSL color Cylindrical-coordinate representation of color #481E12: hue angle of 13.33º 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 #481E12 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB723018-
CMYK00.580.750.72
HSL13.33º60%17.65%-
HSV(B)13.33º75%28.24%-
XYZ3.252.350.85-
YUV41.19114.91149.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 15%
R=60%
G=25%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72301800.580.750.7213.336017.65
Hex481E1203A4B48d3c12
Octal1103622072113110157422
Binary10010001111010010011101010010111001000110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E12; }

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

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

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

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

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

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

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

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