Html Css Color HEX #574314 Bronze Olive

📋 copy color: '#574314'

red 87 ◦ green 67 ◦ blue 20

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

Shades of Bronze Olive #574314

Tints of Bronze Olive #574314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

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

R = 50%
G = 38.51%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574314 (or 0x574314) is known color: Bronze Olive. HEX triplet: 57, 43 and 14. RGB value is (87,67,20). Sum of RGB (Red+Green+Blue) = 87+67+20=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #574314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574314 is #A8BCEB. Grayscale: #434343. Windows color (decimal): -11058412 or 1327959. OLE color: 1327959.

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

Color convert

RGB 87 67 20 -
CMYK 0 0.23 0.77 0.66
HSL 42.09º 0.63% 0.21% -
HSV(B) 42.09º 0.77% 0.34% -
XYZ 6.06 6.09 1.52 -
YUV 67.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 87 67 20 0 0.23 0.77 0.66 42.09 0.63 0.21
Hex 57 43 14 0 17 4D 42 2A 3F 15
Octal 127 103 24 0 27 115 102 52 77 25
Binary 1010111 1000011 10100 0 10111 1001101 1000010 101010 111111 10101

Color Harmonies of #574314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574314

Black with #574314

Text Example


Text Example

White with #574314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574314; }

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

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

background-color css

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

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

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

border-color css

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

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

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