#52461F

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

Shades of Bronze Olive #52461F

Tints of Bronze Olive #52461F

Color information

#52461F (or 0x52461F) is unknown color: approx Bronze Olive. HEX triplet: 52, 46 and 1F. RGB value is (82,70,31). Sum of RGB (Red+Green+Blue) = 82+70+31=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52461F is #ADB9E0. Grayscale: #454545. Windows color (decimal): -11385313 or 2049618. OLE color: 2049618.

HSL color Cylindrical-coordinate representation of color #52461F: hue angle of 45.88º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52461F is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB827031-
CMYK00.150.620.68
HSL45.88º45.13%22.16%-
HSV(B)45.88º62.2%32.16%-
XYZ5.926.272.2-
YUV69.14106.48137.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=44.81%
G=38.25%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82703100.150.620.6845.8845.1322.16
Hex52461F0F3E442e2d16
Octal1221063701776104565526
Binary101001010001101111101111111110100010010111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52461F; }

 p { color: rgb(82,70,31); }

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

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

 a { background-color: rgb(82,70,31); }

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

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

 span { border-color: rgb(82,70,31); }

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