#574B27

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

Shades of Bronze Olive #574B27

Tints of Bronze Olive #574B27

Color information

#574B27 (or 0x574B27) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 27. RGB value is (87,75,39). Sum of RGB (Red+Green+Blue) = 87+75+39=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #574B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B27 is #A8B4D8. Grayscale: #4A4A4A. Windows color (decimal): -11056345 or 2575191. OLE color: 2575191.

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

Color convert

RGB877539-
CMYK00.140.550.66
HSL45º38.1%24.71%-
HSV(B)45º55.17%34.12%-
XYZ6.817.22.95-
YUV74.48107.98136.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=43.28%
G=37.31%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87753900.140.550.664538.124.71
Hex574B270E37422d2619
Octal1271134701667102554631
Binary1010111100101110011101110110111100001010110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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