#481300

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

Shades of Brown Pod #481300

Tints of Brown Pod #481300

Color information

#481300 (or 0x481300) is unknown color: approx Brown Pod. HEX triplet: 48, 13 and 00. RGB value is (72,19,0). Sum of RGB (Red+Green+Blue) = 72+19+0=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #481300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481300 is #B7ECFF. Grayscale: #202020. Windows color (decimal): -12053760 or 4936. OLE color: 4936.

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

Color convert

RGB72190-
CMYK00.7410.72
HSL15.83º100%14.12%-
HSV(B)15.83º100%28.24%-
XYZ2.911.840.2-
YUV32.68109.56156.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 79.12%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.12%
G=20.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7219000.7410.7215.8310014.12
Hex4813004A64481064e
Octal11023001121441102014416
Binary100100010011001001010110010010010001000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481300; }

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

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

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

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

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

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

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

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