#52481D

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

Shades of Bronze Olive #52481D

Tints of Bronze Olive #52481D

Color information

#52481D (or 0x52481D) is unknown color: approx Bronze Olive. HEX triplet: 52, 48 and 1D. RGB value is (82,72,29). Sum of RGB (Red+Green+Blue) = 82+72+29=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52481D is #ADB7E2. Grayscale: #464646. Windows color (decimal): -11384803 or 1919058. OLE color: 1919058.

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

Color convert

RGB827229-
CMYK00.120.650.68
HSL48.68º47.75%21.76%-
HSV(B)48.68º64.63%32.16%-
XYZ6.026.522.1-
YUV70.09104.81136.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=44.81%
G=39.34%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82722900.120.650.6848.6847.7521.76
Hex52481D0C4144313016
Octal12211035014101104616026
Binary1010010100100011101011001000001100010011000111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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