#481907

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

Shades of Brown Pod #481907

Tints of Brown Pod #481907

Color information

#481907 (or 0x481907) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 07. RGB value is (72,25,7). Sum of RGB (Red+Green+Blue) = 72+25+7=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #481907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481907 is #B7E6F8. Grayscale: #252525. Windows color (decimal): -12052217 or 465224. OLE color: 465224.

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

Color convert

RGB72257-
CMYK00.650.900.72
HSL16.62º82.28%15.49%-
HSV(B)16.62º90.28%28.24%-
XYZ3.062.090.44-
YUV37111.07152.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 25 (10.16% from 255) = 24.04%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=69.23%
G=24.04%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7225700.650.900.7216.6282.2815.49
Hex481970415A481152f
Octal11031701011321102112217
Binary10010001100111101000001101101010010001000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481907; }

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

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

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

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

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

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

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

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