#481608

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

Shades of Brown Pod #481608

Tints of Brown Pod #481608

Color information

#481608 (or 0x481608) is unknown color: approx Brown Pod. HEX triplet: 48, 16 and 08. RGB value is (72,22,8). Sum of RGB (Red+Green+Blue) = 72+22+8=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #481608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481608 is #B7E9F7. Grayscale: #232323. Windows color (decimal): -12052984 or 529992. OLE color: 529992.

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

Color convert

RGB72228-
CMYK00.690.890.72
HSL13.12º80%15.69%-
HSV(B)13.12º88.89%28.24%-
XYZ31.970.45-
YUV35.35112.56154.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 70.59%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=70.59%
G=21.57%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7222800.690.890.7213.128015.69
Hex481680455948d5010
Octal110261001051311101512020
Binary100100010110100001000101101100110010001101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481608; }

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

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

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

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

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

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

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

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