#481301

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

Shades of Brown Pod #481301

Tints of Brown Pod #481301

Color information

#481301 (or 0x481301) is unknown color: approx Brown Pod. HEX triplet: 48, 13 and 01. RGB value is (72,19,1). Sum of RGB (Red+Green+Blue) = 72+19+1=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #481301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481301 is #B7ECFE. Grayscale: #202020. Windows color (decimal): -12053759 or 70472. OLE color: 70472.

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

Color convert

RGB72191-
CMYK00.740.990.72
HSL15.21º97.26%14.31%-
HSV(B)15.21º98.61%28.24%-
XYZ2.911.850.23-
YUV32.79110.06155.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 78.26%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=78.26%
G=20.65%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7219100.740.990.7215.2197.2614.31
Hex4813104A6348f61e
Octal11023101121431101714116
Binary10010001001110100101011000111001000111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481301; }

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

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

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

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

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

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

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

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