Html Css Color HEX #574B1F Bronze Olive

📋 copy color: '#574B1F'

red 87 ◦ green 75 ◦ blue 31

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

Shades of Bronze Olive #574B1F

Tints of Bronze Olive #574B1F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.86%

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

R = 45.08%
G = 38.86%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#574B1F (or 0x574B1F) is known color: Bronze Olive. HEX triplet: 57, 4B and 1F. RGB value is (87,75,31). Sum of RGB (Red+Green+Blue) = 87+75+31=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #574B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B1F is #A8B4E0. Grayscale: #494949. Windows color (decimal): -11056353 or 2050903. OLE color: 2050903.

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

Color convert

RGB 87 75 31 -
CMYK 0 0.14 0.64 0.66
HSL 47.14º 0.47% 0.23% -
HSV(B) 47.14º 0.64% 0.34% -
XYZ 6.69 7.16 2.33 -
YUV 73.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 87 75 31 0 0.14 0.64 0.66 47.14 0.47 0.23
Hex 57 4B 1F 0 E 40 42 2F 2F 17
Octal 127 113 37 0 16 100 102 57 57 27
Binary 1010111 1001011 11111 0 1110 1000000 1000010 101111 101111 10111

Color Harmonies of #574B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B1F

Black with #574B1F

Text Example


Text Example

White with #574B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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