#574B03

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

Shades of Bronze Olive #574B03

Tints of Bronze Olive #574B03

Color information

#574B03 (or 0x574B03) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 03. RGB value is (87,75,3). Sum of RGB (Red+Green+Blue) = 87+75+3=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #574B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B03 is #A8B4FC. Grayscale: #464646. Windows color (decimal): -11056381 or 215895. OLE color: 215895.

HSL color Cylindrical-coordinate representation of color #574B03: hue angle of 51.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #574B03 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB87753-
CMYK00.140.970.66
HSL51.43º93.33%17.65%-
HSV(B)51.43º96.55%34.12%-
XYZ6.467.061.11-
YUV70.3889.98139.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=52.73%
G=45.45%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8775300.140.970.6651.4393.3317.65
Hex574B30E6142335d12
Octal12711330161411026313522
Binary10101111001011110111011000011000010110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B03; }

 p { color: rgb(87,75,3); }

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

<style>
 a { background-color: #574B03; }

 a { background-color: rgb(87,75,3); }

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

<style>
 span { border-color: #574B03; }

 span { border-color: rgb(87,75,3); }

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