Html Css Color HEX #574B20 Bronze Olive

📋 copy color: '#574B20'

red 87 ◦ green 75 ◦ blue 32

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

Shades of Bronze Olive #574B20

Tints of Bronze Olive #574B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.49%

R = 44.85%
G = 38.66%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#574B20 (or 0x574B20) is known color: Bronze Olive. HEX triplet: 57, 4B and 20. RGB value is (87,75,32). Sum of RGB (Red+Green+Blue) = 87+75+32=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #574B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B20 is #A8B4DF. Grayscale: #494949. Windows color (decimal): -11056352 or 2116439. OLE color: 2116439.

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

Color convert

RGB 87 75 32 -
CMYK 0 0.14 0.63 0.66
HSL 46.91º 0.46% 0.23% -
HSV(B) 46.91º 0.63% 0.34% -
XYZ 6.71 7.16 2.4 -
YUV 73.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 87 75 32 0 0.14 0.63 0.66 46.91 0.46 0.23
Hex 57 4B 20 0 E 3F 42 2F 2E 17
Octal 127 113 40 0 16 77 102 57 56 27
Binary 1010111 1001011 100000 0 1110 111111 1000010 101111 101110 10111

Color Harmonies of #574B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B20

Black with #574B20

Text Example


Text Example

White with #574B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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