Html Css Color HEX #574114 Bronze Olive

📋 copy color: '#574114'

red 87 ◦ green 65 ◦ blue 20

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

Shades of Bronze Olive #574114

Tints of Bronze Olive #574114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 50.58%
G = 37.79%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574114 (or 0x574114) is known color: Bronze Olive. HEX triplet: 57, 41 and 14. RGB value is (87,65,20). Sum of RGB (Red+Green+Blue) = 87+65+20=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #574114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574114 is #A8BEEB. Grayscale: #424242. Windows color (decimal): -11058924 or 1327447. OLE color: 1327447.

HSL color Cylindrical-coordinate representation of color #574114: hue angle of 40.3º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #574114 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 65 20 -
CMYK 0 0.25 0.77 0.66
HSL 40.3º 0.63% 0.21% -
HSV(B) 40.3º 0.77% 0.34% -
XYZ 5.95 5.86 1.48 -
YUV 66.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 87 65 20 0 0.25 0.77 0.66 40.3 0.63 0.21
Hex 57 41 14 0 19 4D 42 28 3F 15
Octal 127 101 24 0 31 115 102 50 77 25
Binary 1010111 1000001 10100 0 11001 1001101 1000010 101000 111111 10101

Color Harmonies of #574114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574114

Black with #574114

Text Example


Text Example

White with #574114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574114; }

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

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

background-color css

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

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

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

border-color css

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

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

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