Html Css Color HEX #574414 Bronze Olive

📋 copy color: '#574414'

red 87 ◦ green 68 ◦ blue 20

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

Shades of Bronze Olive #574414

Tints of Bronze Olive #574414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.86%

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

R = 49.71%
G = 38.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574414 (or 0x574414) is known color: Bronze Olive. HEX triplet: 57, 44 and 14. RGB value is (87,68,20). Sum of RGB (Red+Green+Blue) = 87+68+20=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574414 is #A8BBEB. Grayscale: #444444. Windows color (decimal): -11058156 or 1328215. OLE color: 1328215.

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

Color convert

RGB 87 68 20 -
CMYK 0 0.22 0.77 0.66
HSL 42.99º 0.63% 0.21% -
HSV(B) 42.99º 0.77% 0.34% -
XYZ 6.12 6.21 1.54 -
YUV 68.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 87 68 20 0 0.22 0.77 0.66 42.99 0.63 0.21
Hex 57 44 14 0 16 4D 42 2B 3F 15
Octal 127 104 24 0 26 115 102 53 77 25
Binary 1010111 1000100 10100 0 10110 1001101 1000010 101011 111111 10101

Color Harmonies of #574414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574414

Black with #574414

Text Example


Text Example

White with #574414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574414; }

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

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

background-color css

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

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

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

border-color css

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

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

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