Html Css Color HEX #574116 Bronze Olive

📋 copy color: '#574116'

red 87 ◦ green 65 ◦ blue 22

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

Shades of Bronze Olive #574116

Tints of Bronze Olive #574116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.64%

R = 50%
G = 37.36%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#574116 (or 0x574116) is known color: Bronze Olive. HEX triplet: 57, 41 and 16. RGB value is (87,65,22). Sum of RGB (Red+Green+Blue) = 87+65+22=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #574116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574116 is #A8BEE9. Grayscale: #424242. Windows color (decimal): -11058922 or 1458519. OLE color: 1458519.

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

Color convert

RGB 87 65 22 -
CMYK 0 0.25 0.75 0.66
HSL 39.69º 0.6% 0.21% -
HSV(B) 39.69º 0.75% 0.34% -
XYZ 5.97 5.86 1.58 -
YUV 66.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 87 65 22 0 0.25 0.75 0.66 39.69 0.6 0.21
Hex 57 41 16 0 19 4B 42 28 3C 15
Octal 127 101 26 0 31 113 102 50 74 25
Binary 1010111 1000001 10110 0 11001 1001011 1000010 101000 111100 10101

Color Harmonies of #574116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574116

Black with #574116

Text Example


Text Example

White with #574116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574116; }

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

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

background-color css

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

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

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

border-color css

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

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

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