Html Css Color HEX #574515 Bronze Olive

📋 copy color: '#574515'

red 87 ◦ green 69 ◦ blue 21

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

Shades of Bronze Olive #574515

Tints of Bronze Olive #574515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

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

R = 49.15%
G = 38.98%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#574515 (or 0x574515) is known color: Bronze Olive. HEX triplet: 57, 45 and 15. RGB value is (87,69,21). Sum of RGB (Red+Green+Blue) = 87+69+21=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #574515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574515 is #A8BAEA. Grayscale: #454545. Windows color (decimal): -11057899 or 1394007. OLE color: 1394007.

HSL color Cylindrical-coordinate representation of color #574515: hue angle of 43.64º 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 #574515 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 69 21 -
CMYK 0 0.21 0.76 0.66
HSL 43.64º 0.61% 0.21% -
HSV(B) 43.64º 0.76% 0.34% -
XYZ 6.19 6.34 1.61 -
YUV 68.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 87 69 21 0 0.21 0.76 0.66 43.64 0.61 0.21
Hex 57 45 15 0 15 4C 42 2C 3D 15
Octal 127 105 25 0 25 114 102 54 75 25
Binary 1010111 1000101 10101 0 10101 1001100 1000010 101100 111101 10101

Color Harmonies of #574515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574515

Black with #574515

Text Example


Text Example

White with #574515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574515; }

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

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

background-color css

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

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

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

border-color css

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

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

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