Html Css Color HEX #574611 Bronze Olive

📋 copy color: '#574611'

red 87 ◦ green 70 ◦ blue 17

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

Shades of Bronze Olive #574611

Tints of Bronze Olive #574611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

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

R = 50%
G = 40.23%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#574611 (or 0x574611) is known color: Bronze Olive. HEX triplet: 57, 46 and 11. RGB value is (87,70,17). Sum of RGB (Red+Green+Blue) = 87+70+17=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #574611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574611 is #A8B9EE. Grayscale: #454545. Windows color (decimal): -11057647 or 1132119. OLE color: 1132119.

HSL color Cylindrical-coordinate representation of color #574611: hue angle of 45.43º 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 #574611 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 70 17 -
CMYK 0 0.20 0.80 0.66
HSL 45.43º 0.67% 0.2% -
HSV(B) 45.43º 0.8% 0.34% -
XYZ 6.22 6.45 1.45 -
YUV 69.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 87 70 17 0 0.20 0.80 0.66 45.43 0.67 0.2
Hex 57 46 11 0 14 50 42 2D 43 14
Octal 127 106 21 0 24 120 102 55 103 24
Binary 1010111 1000110 10001 0 10100 1010000 1000010 101101 1000011 10100

Color Harmonies of #574611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574611

Black with #574611

Text Example


Text Example

White with #574611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574611; }

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

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

background-color css

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

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

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

border-color css

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

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

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