Html Css Color HEX #574D13 Bronze Olive

📋 copy color: '#574D13'

red 87 ◦ green 77 ◦ blue 19

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

Shades of Bronze Olive #574D13

Tints of Bronze Olive #574D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.08%

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 47.54%
G = 42.08%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#574D13 (or 0x574D13) is known color: Bronze Olive. HEX triplet: 57, 4D and 13. RGB value is (87,77,19). Sum of RGB (Red+Green+Blue) = 87+77+19=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D13 is #A8B2EC. Grayscale: #494949. Windows color (decimal): -11055853 or 1264983. OLE color: 1264983.

HSL color Cylindrical-coordinate representation of color #574D13: hue angle of 51.18º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #574D13 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 77 19 -
CMYK 0 0.11 0.78 0.66
HSL 51.18º 0.64% 0.21% -
HSV(B) 51.18º 0.78% 0.34% -
XYZ 6.7 7.38 1.69 -
YUV 73.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 87 77 19 0 0.11 0.78 0.66 51.18 0.64 0.21
Hex 57 4D 13 0 B 4E 42 33 40 15
Octal 127 115 23 0 13 116 102 63 100 25
Binary 1010111 1001101 10011 0 1011 1001110 1000010 110011 1000000 10101

Color Harmonies of #574D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D13

Black with #574D13

Text Example


Text Example

White with #574D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D13; }

 p { color: rgb(87,77,19); }

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

background-color css

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

 a { background-color: rgb(87,77,19); }

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

border-color css

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

 span { border-color: rgb(87,77,19); }

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