#481807

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

Shades of Brown Pod #481807

Tints of Brown Pod #481807

Color information

#481807 (or 0x481807) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 07. RGB value is (72,24,7). Sum of RGB (Red+Green+Blue) = 72+24+7=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #481807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481807 is #B7E7F8. Grayscale: #242424. Windows color (decimal): -12052473 or 464968. OLE color: 464968.

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

Color convert

RGB72247-
CMYK00.670.900.72
HSL15.69º82.28%15.49%-
HSV(B)15.69º90.28%28.24%-
XYZ3.042.050.44-
YUV36.41111.4153.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.90%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=69.90%
G=23.30%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224700.670.900.7215.6982.2815.49
Hex481870435A481052f
Octal11030701031321102012217
Binary10010001100011101000011101101010010001000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481807; }

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

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

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

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

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

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

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

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