#52461B

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

Shades of Bronze Olive #52461B

Tints of Bronze Olive #52461B

Color information

#52461B (or 0x52461B) is unknown color: approx Bronze Olive. HEX triplet: 52, 46 and 1B. RGB value is (82,70,27). Sum of RGB (Red+Green+Blue) = 82+70+27=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52461B is #ADB9E4. Grayscale: #444444. Windows color (decimal): -11385317 or 1787474. OLE color: 1787474.

HSL color Cylindrical-coordinate representation of color #52461B: hue angle of 46.91º 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 #52461B is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB827027-
CMYK00.150.670.68
HSL46.91º50.46%21.37%-
HSV(B)46.91º67.07%32.16%-
XYZ5.876.251.93-
YUV68.69104.48137.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=45.81%
G=39.11%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82702700.150.670.6846.9150.4621.37
Hex52461B0F43442f3215
Octal12210633017103104576225
Binary1010010100011011011011111000011100010010111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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