Html Css Color HEX #574C1F Bronze Olive

📋 copy color: '#574C1F'

red 87 ◦ green 76 ◦ blue 31

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

Shades of Bronze Olive #574C1F

Tints of Bronze Olive #574C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 44.85%
G = 39.18%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#574C1F (or 0x574C1F) is known color: Bronze Olive. HEX triplet: 57, 4C and 1F. RGB value is (87,76,31). Sum of RGB (Red+Green+Blue) = 87+76+31=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #574C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C1F is #A8B3E0. Grayscale: #4A4A4A. Windows color (decimal): -11056097 or 2051159. OLE color: 2051159.

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

Color convert

RGB 87 76 31 -
CMYK 0 0.13 0.64 0.66
HSL 48.21º 0.47% 0.23% -
HSV(B) 48.21º 0.64% 0.34% -
XYZ 6.76 7.29 2.35 -
YUV 74.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 87 76 31 0 0.13 0.64 0.66 48.21 0.47 0.23
Hex 57 4C 1F 0 D 40 42 30 2F 17
Octal 127 114 37 0 15 100 102 60 57 27
Binary 1010111 1001100 11111 0 1101 1000000 1000010 110000 101111 10111

Color Harmonies of #574C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C1F

Black with #574C1F

Text Example


Text Example

White with #574C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,76,31); }

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

background-color css

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

 a { background-color: rgb(87,76,31); }

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

border-color css

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

 span { border-color: rgb(87,76,31); }

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