#574B1F

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

Shades of Bronze Olive #574B1F

Tints of Bronze Olive #574B1F

Color information

#574B1F (or 0x574B1F) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 1F. RGB value is (87,75,31). Sum of RGB (Red+Green+Blue) = 87+75+31=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #574B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B1F is #A8B4E0. Grayscale: #494949. Windows color (decimal): -11056353 or 2050903. OLE color: 2050903.

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

Color convert

RGB877531-
CMYK00.140.640.66
HSL47.14º47.46%23.14%-
HSV(B)47.14º64.37%34.12%-
XYZ6.697.162.33-
YUV73.57103.98137.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=45.08%
G=38.86%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87753100.140.640.6647.1447.4623.14
Hex574B1F0E40422f2f17
Octal12711337016100102575727
Binary1010111100101111111011101000000100001010111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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