Html Css Color HEX #574511 Bronze Olive

📋 copy color: '#574511'

red 87 ◦ green 69 ◦ blue 17

#574511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #574511

Tints of Bronze Olive #574511

RGB

 RED value IS 87 (34.38% from 255) = 50.29%

 GREEN value IS 69 (27.34% from 255) = 39.88%

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 50.29%
G = 39.88%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#574511 (or 0x574511) is known color: Bronze Olive. HEX triplet: 57, 45 and 11. RGB value is (87,69,17). Sum of RGB (Red+Green+Blue) = 87+69+17=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #574511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574511 is #A8BAEE. Grayscale: #444444. Windows color (decimal): -11057903 or 1131863. OLE color: 1131863.

HSL color Cylindrical-coordinate representation of color #574511: hue angle of 44.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #574511 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 69 17 -
CMYK 0 0.21 0.80 0.66
HSL 44.57º 0.67% 0.2% -
HSV(B) 44.57º 0.8% 0.34% -
XYZ 6.16 6.32 1.43 -
YUV 68.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 87 69 17 0 0.21 0.80 0.66 44.57 0.67 0.2
Hex 57 45 11 0 15 50 42 2D 43 14
Octal 127 105 21 0 25 120 102 55 103 24
Binary 1010111 1000101 10001 0 10101 1010000 1000010 101101 1000011 10100

Color Harmonies of #574511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574511

Black with #574511

Text Example


Text Example

White with #574511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574511; }

 p { color: rgb(87,69,17); }

 H1.HeaderClassName
 {
   color: #574511;
 }
 .AnyTagClassName
 {
   color: #574511;
 }
</style>

background-color css

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

 a { background-color: rgb(87,69,17); }

 div.DivClassName
 {
   background-color: #574511;
 }
 .BgClassName
 {
   background-color: #574511;
 }
</style>

border-color css

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

 span { border-color: rgb(87,69,17); }

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