#482419

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

Shades of Brown Pod #482419

Tints of Brown Pod #482419

Color information

#482419 (or 0x482419) is unknown color: approx Brown Pod. HEX triplet: 48, 24 and 19. RGB value is (72,36,25). Sum of RGB (Red+Green+Blue) = 72+36+25=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #482419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482419 is #B7DBE6. Grayscale: #2D2D2D. Windows color (decimal): -12049383 or 1647688. OLE color: 1647688.

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

Color convert

RGB723625-
CMYK00.50.650.72
HSL14.04º48.45%19.02%-
HSV(B)14.04º65.28%28.24%-
XYZ3.482.711.26-
YUV45.51116.43146.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 36 (14.45% from 255) = 27.07%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=54.14%
G=27.07%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72362500.50.650.7214.0448.4519.02
Hex4824190324148e3013
Octal1104431062101110166023
Binary100100010010011001011001010000011001000111011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482419; }

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

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

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

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

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

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

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

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