#52480D

Color #52480D Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #52480D

Tints of Bronze Olive #52480D

Color information

#52480D (or 0x52480D) is unknown color: approx Bronze Olive. HEX triplet: 52, 48 and 0D. RGB value is (82,72,13). Sum of RGB (Red+Green+Blue) = 82+72+13=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52480D is #ADB7F2. Grayscale: #444444. Windows color (decimal): -11384819 or 870482. OLE color: 870482.

HSL color Cylindrical-coordinate representation of color #52480D: hue angle of 51.3º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52480D is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB827213-
CMYK00.120.840.68
HSL51.3º72.63%18.63%-
HSV(B)51.3º84.15%32.16%-
XYZ5.876.461.32-
YUV68.2696.81137.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=49.10%
G=43.11%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82721300.120.840.6851.372.6318.63
Hex5248D0C5444334913
Octal122110150141241046311123
Binary1010010100100011010110010101001000100110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52480D; }

 p { color: rgb(82,72,13); }

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

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

 a { background-color: rgb(82,72,13); }

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

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

 span { border-color: rgb(82,72,13); }

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