Html Css Color HEX #574111 Bronze Olive

📋 copy color: '#574111'

red 87 ◦ green 65 ◦ blue 17

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

Shades of Bronze Olive #574111

Tints of Bronze Olive #574111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

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

R = 51.48%
G = 38.46%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#574111 (or 0x574111) is known color: Bronze Olive. HEX triplet: 57, 41 and 11. RGB value is (87,65,17). Sum of RGB (Red+Green+Blue) = 87+65+17=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #574111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574111 is #A8BEEE. Grayscale: #424242. Windows color (decimal): -11058927 or 1130839. OLE color: 1130839.

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

Color convert

RGB 87 65 17 -
CMYK 0 0.25 0.80 0.66
HSL 41.14º 0.67% 0.2% -
HSV(B) 41.14º 0.8% 0.34% -
XYZ 5.92 5.85 1.35 -
YUV 66.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 87 65 17 0 0.25 0.80 0.66 41.14 0.67 0.2
Hex 57 41 11 0 19 50 42 29 43 14
Octal 127 101 21 0 31 120 102 51 103 24
Binary 1010111 1000001 10001 0 11001 1010000 1000010 101001 1000011 10100

Color Harmonies of #574111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574111

Black with #574111

Text Example


Text Example

White with #574111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574111; }

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

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

background-color css

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

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

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

border-color css

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

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

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