#481501

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

Shades of Brown Pod #481501

Tints of Brown Pod #481501

Color information

#481501 (or 0x481501) is unknown color: approx Brown Pod. HEX triplet: 48, 15 and 01. RGB value is (72,21,1). Sum of RGB (Red+Green+Blue) = 72+21+1=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #481501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481501 is #B7EAFE. Grayscale: #222222. Windows color (decimal): -12053247 or 70984. OLE color: 70984.

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

Color convert

RGB72211-
CMYK00.710.990.72
HSL16.9º97.26%14.31%-
HSV(B)16.9º98.61%28.24%-
XYZ2.951.920.24-
YUV33.97109.4155.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=76.60%
G=22.34%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7221100.710.990.7216.997.2614.31
Hex4815104763481161e
Octal11025101071431102114116
Binary100100010101101000111110001110010001000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481501; }

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

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

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

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

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

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

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

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