Html Css Color HEX #574D27 Bronze Olive

📋 copy color: '#574D27'

red 87 ◦ green 77 ◦ blue 39

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

Shades of Bronze Olive #574D27

Tints of Bronze Olive #574D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.21%

R = 42.86%
G = 37.93%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#574D27 (or 0x574D27) is known color: Bronze Olive. HEX triplet: 57, 4D and 27. RGB value is (87,77,39). Sum of RGB (Red+Green+Blue) = 87+77+39=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #574D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D27 is #A8B2D8. Grayscale: #4B4B4B. Windows color (decimal): -11055833 or 2575703. OLE color: 2575703.

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

Color convert

RGB 87 77 39 -
CMYK 0 0.11 0.55 0.66
HSL 47.5º 0.38% 0.25% -
HSV(B) 47.5º 0.55% 0.34% -
XYZ 6.95 7.48 3 -
YUV 75.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 87 77 39 0 0.11 0.55 0.66 47.5 0.38 0.25
Hex 57 4D 27 0 B 37 42 30 26 19
Octal 127 115 47 0 13 67 102 60 46 31
Binary 1010111 1001101 100111 0 1011 110111 1000010 110000 100110 11001

Color Harmonies of #574D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D27

Black with #574D27

Text Example


Text Example

White with #574D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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