Html Css Color HEX #574A1F Bronze Olive

📋 copy color: '#574A1F'

red 87 ◦ green 74 ◦ blue 31

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

Shades of Bronze Olive #574A1F

Tints of Bronze Olive #574A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.54%

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

R = 45.31%
G = 38.54%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#574A1F (or 0x574A1F) is known color: Bronze Olive. HEX triplet: 57, 4A and 1F. RGB value is (87,74,31). Sum of RGB (Red+Green+Blue) = 87+74+31=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #574A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A1F is #A8B5E0. Grayscale: #494949. Windows color (decimal): -11056609 or 2050647. OLE color: 2050647.

HSL color Cylindrical-coordinate representation of color #574A1F: hue angle of 46.07º 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 #574A1F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 74 31 -
CMYK 0 0.15 0.64 0.66
HSL 46.07º 0.47% 0.23% -
HSV(B) 46.07º 0.64% 0.34% -
XYZ 6.63 7.02 2.3 -
YUV 72.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 87 74 31 0 0.15 0.64 0.66 46.07 0.47 0.23
Hex 57 4A 1F 0 F 40 42 2E 2F 17
Octal 127 112 37 0 17 100 102 56 57 27
Binary 1010111 1001010 11111 0 1111 1000000 1000010 101110 101111 10111

Color Harmonies of #574A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A1F

Black with #574A1F

Text Example


Text Example

White with #574A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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