#524B1C

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

Shades of Bronze Olive #524B1C

Tints of Bronze Olive #524B1C

Color information

#524B1C (or 0x524B1C) is unknown color: approx Bronze Olive. HEX triplet: 52, 4B and 1C. RGB value is (82,75,28). Sum of RGB (Red+Green+Blue) = 82+75+28=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #524B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B1C is #ADB4E3. Grayscale: #474747. Windows color (decimal): -11384036 or 1854290. OLE color: 1854290.

HSL color Cylindrical-coordinate representation of color #524B1C: hue angle of 52.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #524B1C is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB827528-
CMYK00.090.660.68
HSL52.22º49.09%21.57%-
HSV(B)52.22º65.85%32.16%-
XYZ6.216.912.11-
YUV71.74103.32135.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=44.32%
G=40.54%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82752800.090.660.6852.2249.0921.57
Hex524B1C094244343116
Octal12211334011102104646126
Binary1010010100101111100010011000010100010011010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B1C; }

 p { color: rgb(82,75,28); }

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

<style>
 a { background-color: #524B1C; }

 a { background-color: rgb(82,75,28); }

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

<style>
 span { border-color: #524B1C; }

 span { border-color: rgb(82,75,28); }

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