#52491B

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

Shades of Bronze Olive #52491B

Tints of Bronze Olive #52491B

Color information

#52491B (or 0x52491B) is unknown color: approx Bronze Olive. HEX triplet: 52, 49 and 1B. RGB value is (82,73,27). Sum of RGB (Red+Green+Blue) = 82+73+27=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52491B is #ADB6E4. Grayscale: #464646. Windows color (decimal): -11384549 or 1788242. OLE color: 1788242.

HSL color Cylindrical-coordinate representation of color #52491B: hue angle of 50.18º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52491B is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB827327-
CMYK00.110.670.68
HSL50.18º50.46%21.37%-
HSV(B)50.18º67.07%32.16%-
XYZ6.066.642-
YUV70.45103.48136.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=45.05%
G=40.11%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82732700.110.670.6850.1850.4621.37
Hex52491B0B4344323215
Octal12211133013103104626225
Binary1010010100100111011010111000011100010011001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52491B; }

 p { color: rgb(82,73,27); }

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

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

 a { background-color: rgb(82,73,27); }

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

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

 span { border-color: rgb(82,73,27); }

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