#481802

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

Shades of Brown Pod #481802

Tints of Brown Pod #481802

Color information

#481802 (or 0x481802) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 02. RGB value is (72,24,2). Sum of RGB (Red+Green+Blue) = 72+24+2=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481802 is #B7E7FD. Grayscale: #232323. Windows color (decimal): -12052478 or 137288. OLE color: 137288.

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

Color convert

RGB72242-
CMYK00.670.970.72
HSL18.86º94.59%14.51%-
HSV(B)18.86º97.22%28.24%-
XYZ3.012.040.29-
YUV35.84108.9153.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 73.47%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=73.47%
G=24.49%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224200.670.970.7218.8694.5914.51
Hex481820436148135ff
Octal11030201031411102313717
Binary1001000110001001000011110000110010001001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481802; }

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

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

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

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

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

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

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

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