Html Css Color HEX #574715 Bronze Olive

📋 copy color: '#574715'

red 87 ◦ green 71 ◦ blue 21

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

Shades of Bronze Olive #574715

Tints of Bronze Olive #574715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.66%

 BLUE value IS 21 (8.59% from 255) = 11.73%

R = 48.6%
G = 39.66%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#574715 (or 0x574715) is known color: Bronze Olive. HEX triplet: 57, 47 and 15. RGB value is (87,71,21). Sum of RGB (Red+Green+Blue) = 87+71+21=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #574715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574715 is #A8B8EA. Grayscale: #464646. Windows color (decimal): -11057387 or 1394519. OLE color: 1394519.

HSL color Cylindrical-coordinate representation of color #574715: hue angle of 45.45º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #574715 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 71 21 -
CMYK 0 0.18 0.76 0.66
HSL 45.45º 0.61% 0.21% -
HSV(B) 45.45º 0.76% 0.34% -
XYZ 6.32 6.59 1.65 -
YUV 70.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 87 71 21 0 0.18 0.76 0.66 45.45 0.61 0.21
Hex 57 47 15 0 12 4C 42 2D 3D 15
Octal 127 107 25 0 22 114 102 55 75 25
Binary 1010111 1000111 10101 0 10010 1001100 1000010 101101 111101 10101

Color Harmonies of #574715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574715

Black with #574715

Text Example


Text Example

White with #574715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574715; }

 p { color: rgb(87,71,21); }

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

background-color css

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

 a { background-color: rgb(87,71,21); }

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

border-color css

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

 span { border-color: rgb(87,71,21); }

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