#482217

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

Shades of Brown Pod #482217

Tints of Brown Pod #482217

Color information

#482217 (or 0x482217) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 17. RGB value is (72,34,23). Sum of RGB (Red+Green+Blue) = 72+34+23=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482217 is #B7DDE8. Grayscale: #2C2C2C. Windows color (decimal): -12049897 or 1516104. OLE color: 1516104.

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

Color convert

RGB723423-
CMYK00.530.680.72
HSL13.47º51.58%18.63%-
HSV(B)13.47º68.06%28.24%-
XYZ3.42.581.13-
YUV44.11116.09147.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=55.81%
G=26.36%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72342300.530.680.7213.4751.5818.63
Hex4822170354448d3413
Octal1104227065104110156423
Binary100100010001010111011010110001001001000110111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482217; }

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

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

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

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

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

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

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

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