#481908

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

Shades of Brown Pod #481908

Tints of Brown Pod #481908

Color information

#481908 (or 0x481908) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 08. RGB value is (72,25,8). Sum of RGB (Red+Green+Blue) = 72+25+8=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481908 is #B7E6F7. Grayscale: #252525. Windows color (decimal): -12052216 or 530760. OLE color: 530760.

HSL color Cylindrical-coordinate representation of color #481908: hue angle of 15.94º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481908 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB72258-
CMYK00.650.890.72
HSL15.94º80%15.69%-
HSV(B)15.94º88.89%28.24%-
XYZ3.062.090.47-
YUV37.11111.57152.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 8 (3.52% from 255) = 7.62%
R=68.57%
G=23.81%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7225800.650.890.7215.948015.69
Hex481980415948105010
Octal110311001011311102012020
Binary1001000110011000010000011011001100100010000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481908; }

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

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

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

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

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

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

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

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