#482119

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

Shades of Brown Pod #482119

Tints of Brown Pod #482119

Color information

#482119 (or 0x482119) is unknown color: approx Brown Pod. HEX triplet: 48, 21 and 19. RGB value is (72,33,25). Sum of RGB (Red+Green+Blue) = 72+33+25=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482119 is #B7DEE6. Grayscale: #2B2B2B. Windows color (decimal): -12050151 or 1646920. OLE color: 1646920.

HSL color Cylindrical-coordinate representation of color #482119: hue angle of 10.21º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482119 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB723325-
CMYK00.540.650.72
HSL10.21º48.45%19.02%-
HSV(B)10.21º65.28%28.24%-
XYZ3.392.541.23-
YUV43.75117.42148.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=55.38%
G=25.38%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72332500.540.650.7210.2148.4519.02
Hex4821190364148a3013
Octal1104131066101110126023
Binary100100010000111001011011010000011001000101011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482119; }

 p { color: rgb(72,33,25); }

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

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

 a { background-color: rgb(72,33,25); }

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

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

 span { border-color: rgb(72,33,25); }

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