Html Css Color HEX #574D1E Bronze Olive

📋 copy color: '#574D1E'

red 87 ◦ green 77 ◦ blue 30

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

Shades of Bronze Olive #574D1E

Tints of Bronze Olive #574D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.46%

R = 44.85%
G = 39.69%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#574D1E (or 0x574D1E) is known color: Bronze Olive. HEX triplet: 57, 4D and 1E. RGB value is (87,77,30). Sum of RGB (Red+Green+Blue) = 87+77+30=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #574D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D1E is #A8B2E1. Grayscale: #4A4A4A. Windows color (decimal): -11055842 or 1985879. OLE color: 1985879.

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

Color convert

RGB 87 77 30 -
CMYK 0 0.11 0.66 0.66
HSL 49.47º 0.49% 0.23% -
HSV(B) 49.47º 0.66% 0.34% -
XYZ 6.82 7.43 2.3 -
YUV 74.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 87 77 30 0 0.11 0.66 0.66 49.47 0.49 0.23
Hex 57 4D 1E 0 B 42 42 31 31 17
Octal 127 115 36 0 13 102 102 61 61 27
Binary 1010111 1001101 11110 0 1011 1000010 1000010 110001 110001 10111

Color Harmonies of #574D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D1E

Black with #574D1E

Text Example


Text Example

White with #574D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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