#481605

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

Shades of Brown Pod #481605

Tints of Brown Pod #481605

Color information

#481605 (or 0x481605) is unknown color: approx Brown Pod. HEX triplet: 48, 16 and 05. RGB value is (72,22,5). Sum of RGB (Red+Green+Blue) = 72+22+5=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481605 is #B7E9FA. Grayscale: #232323. Windows color (decimal): -12052987 or 333384. OLE color: 333384.

HSL color Cylindrical-coordinate representation of color #481605: hue angle of 15.22º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #481605 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB72225-
CMYK00.690.930.72
HSL15.22º87.01%15.1%-
HSV(B)15.22º93.06%28.24%-
XYZ2.991.960.36-
YUV35.01111.06154.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=72.73%
G=22.22%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7222500.690.930.7215.2287.0115.1
Hex481650455D48f57f
Octal11026501051351101712717
Binary1001000101101010100010110111011001000111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481605; }

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

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

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

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

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

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

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

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