#481808

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

Shades of Brown Pod #481808

Tints of Brown Pod #481808

Color information

#481808 (or 0x481808) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 08. RGB value is (72,24,8). Sum of RGB (Red+Green+Blue) = 72+24+8=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #481808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481808 is #B7E7F7. Grayscale: #242424. Windows color (decimal): -12052472 or 530504. OLE color: 530504.

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

Color convert

RGB72248-
CMYK00.670.890.72
HSL15º80%15.69%-
HSV(B)15º88.89%28.24%-
XYZ3.042.050.46-
YUV36.53111.9153.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=69.23%
G=23.08%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224800.670.890.72158015.69
Hex481880435948f5010
Octal110301001031311101712020
Binary100100011000100001000011101100110010001111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481808; }

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

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

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

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

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

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

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

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