#52481B

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

Shades of Bronze Olive #52481B

Tints of Bronze Olive #52481B

Color information

#52481B (or 0x52481B) is unknown color: approx Bronze Olive. HEX triplet: 52, 48 and 1B. RGB value is (82,72,27). Sum of RGB (Red+Green+Blue) = 82+72+27=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52481B is #ADB7E4. Grayscale: #464646. Windows color (decimal): -11384805 or 1787986. OLE color: 1787986.

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

Color convert

RGB827227-
CMYK00.120.670.68
HSL49.09º50.46%21.37%-
HSV(B)49.09º67.07%32.16%-
XYZ5.996.511.98-
YUV69.86103.81136.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=45.30%
G=39.78%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82722700.120.670.6849.0950.4621.37
Hex52481B0C4344313215
Octal12211033014103104616225
Binary1010010100100011011011001000011100010011000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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