#481307

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

Shades of Brown Pod #481307

Tints of Brown Pod #481307

Color information

#481307 (or 0x481307) is unknown color: approx Brown Pod. HEX triplet: 48, 13 and 07. RGB value is (72,19,7). Sum of RGB (Red+Green+Blue) = 72+19+7=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481307 is #B7ECF8. Grayscale: #212121. Windows color (decimal): -12053753 or 463688. OLE color: 463688.

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

Color convert

RGB72197-
CMYK00.740.900.72
HSL11.08º82.28%15.49%-
HSV(B)11.08º90.28%28.24%-
XYZ2.941.860.4-
YUV33.48113.06155.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 73.47%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 7 (3.12% from 255) = 7.14%
R=73.47%
G=19.39%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7219700.740.900.7211.0882.2815.49
Hex4813704A5A48b52f
Octal11023701121321101312217
Binary1001000100111110100101010110101001000101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481307; }

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

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

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

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

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

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

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

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