Html Css Color HEX #574D05 Bronze Olive

📋 copy color: '#574D05'

red 87 ◦ green 77 ◦ blue 5

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

Shades of Bronze Olive #574D05

Tints of Bronze Olive #574D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.96%

R = 51.48%
G = 45.56%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#574D05 (or 0x574D05) is known color: Bronze Olive. HEX triplet: 57, 4D and 05. RGB value is (87,77,5). Sum of RGB (Red+Green+Blue) = 87+77+5=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #574D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D05 is #A8B2FA. Grayscale: #484848. Windows color (decimal): -11055867 or 347479. OLE color: 347479.

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

Color convert

RGB 87 77 5 -
CMYK 0 0.11 0.94 0.66
HSL 52.68º 0.89% 0.18% -
HSV(B) 52.68º 0.94% 0.34% -
XYZ 6.61 7.34 1.21 -
YUV 71.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 87 77 5 0 0.11 0.94 0.66 52.68 0.89 0.18
Hex 57 4D 5 0 B 5E 42 35 59 12
Octal 127 115 5 0 13 136 102 65 131 22
Binary 1010111 1001101 101 0 1011 1011110 1000010 110101 1011001 10010

Color Harmonies of #574D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D05

Black with #574D05

Text Example


Text Example

White with #574D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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