#481D12

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

Shades of Brown Pod #481D12

Tints of Brown Pod #481D12

Color information

#481D12 (or 0x481D12) is unknown color: approx Brown Pod. HEX triplet: 48, 1D and 12. RGB value is (72,29,18). Sum of RGB (Red+Green+Blue) = 72+29+18=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D12 is #B7E2ED. Grayscale: #282828. Windows color (decimal): -12051182 or 1187144. OLE color: 1187144.

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

Color convert

RGB722918-
CMYK00.600.750.72
HSL12.22º60%17.65%-
HSV(B)12.22º75%28.24%-
XYZ3.222.30.85-
YUV40.6115.25150.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60.50%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=60.50%
G=24.37%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72291800.600.750.7212.226017.65
Hex481D1203C4B48c3c12
Octal1103522074113110147422
Binary10010001110110010011110010010111001000110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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