#481704

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

Shades of Brown Pod #481704

Tints of Brown Pod #481704

Color information

#481704 (or 0x481704) is unknown color: approx Brown Pod. HEX triplet: 48, 17 and 04. RGB value is (72,23,4). Sum of RGB (Red+Green+Blue) = 72+23+4=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481704 is #B7E8FB. Grayscale: #232323. Windows color (decimal): -12052732 or 268104. OLE color: 268104.

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

Color convert

RGB72234-
CMYK00.680.940.72
HSL16.76º89.47%14.9%-
HSV(B)16.76º94.44%28.24%-
XYZ320.34-
YUV35.48110.23154.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 23 (9.38% from 255) = 23.23%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=72.73%
G=23.23%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7223400.680.940.7216.7689.4714.9
Hex481740445E481159f
Octal11027401041361102113117
Binary10010001011110001000100101111010010001000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481704; }

 p { color: rgb(72,23,4); }

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

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

 a { background-color: rgb(72,23,4); }

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

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

 span { border-color: rgb(72,23,4); }

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