Html Css Color HEX #574014 Bronze Olive

📋 copy color: '#574014'

red 87 ◦ green 64 ◦ blue 20

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

Shades of Bronze Olive #574014

Tints of Bronze Olive #574014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

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

R = 50.88%
G = 37.43%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574014 (or 0x574014) is known color: Bronze Olive. HEX triplet: 57, 40 and 14. RGB value is (87,64,20). Sum of RGB (Red+Green+Blue) = 87+64+20=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #574014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574014 is #A8BFEB. Grayscale: #424242. Windows color (decimal): -11059180 or 1327191. OLE color: 1327191.

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

Color convert

RGB 87 64 20 -
CMYK 0 0.26 0.77 0.66
HSL 39.4º 0.63% 0.21% -
HSV(B) 39.4º 0.77% 0.34% -
XYZ 5.89 5.74 1.46 -
YUV 65.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 87 64 20 0 0.26 0.77 0.66 39.4 0.63 0.21
Hex 57 40 14 0 1A 4D 42 27 3F 15
Octal 127 100 24 0 32 115 102 47 77 25
Binary 1010111 1000000 10100 0 11010 1001101 1000010 100111 111111 10101

Color Harmonies of #574014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574014

Black with #574014

Text Example


Text Example

White with #574014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574014; }

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

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

background-color css

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

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

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

border-color css

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

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

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