#481306

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

Shades of Brown Pod #481306

Tints of Brown Pod #481306

Color information

#481306 (or 0x481306) is unknown color: approx Brown Pod. HEX triplet: 48, 13 and 06. RGB value is (72,19,6). Sum of RGB (Red+Green+Blue) = 72+19+6=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481306 is #B7ECF9. Grayscale: #212121. Windows color (decimal): -12053754 or 398152. OLE color: 398152.

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

Color convert

RGB72196-
CMYK00.740.920.72
HSL11.82º84.62%15.29%-
HSV(B)11.82º91.67%28.24%-
XYZ2.941.860.38-
YUV33.36112.56155.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 74.23%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=74.23%
G=19.59%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7219600.740.920.7211.8284.6215.29
Hex4813604A5C48c55f
Octal11023601121341101412517
Binary1001000100111100100101010111001001000110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481306; }

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

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

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

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

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

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

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

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