#481812

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

Shades of Brown Pod #481812

Tints of Brown Pod #481812

Color information

#481812 (or 0x481812) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 12. RGB value is (72,24,18). Sum of RGB (Red+Green+Blue) = 72+24+18=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481812 is #B7E7ED. Grayscale: #252525. Windows color (decimal): -12052462 or 1185864. OLE color: 1185864.

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

Color convert

RGB722418-
CMYK00.670.750.72
HSL6.67º60%17.65%-
HSV(B)6.67º75%28.24%-
XYZ3.112.070.81-
YUV37.67116.9152.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=63.16%
G=21.05%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72241800.670.750.726.676017.65
Hex4818120434B4873c12
Octal1103022010311311077422
Binary10010001100010010010000111001011100100011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481812; }

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

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

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

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

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

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

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

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