Html Css Color HEX #574810 Bronze Olive

📋 copy color: '#574810'

red 87 ◦ green 72 ◦ blue 16

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

Shades of Bronze Olive #574810

Tints of Bronze Olive #574810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 49.71%
G = 41.14%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#574810 (or 0x574810) is known color: Bronze Olive. HEX triplet: 57, 48 and 10. RGB value is (87,72,16). Sum of RGB (Red+Green+Blue) = 87+72+16=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574810 is #A8B7EF. Grayscale: #464646. Windows color (decimal): -11057136 or 1067095. OLE color: 1067095.

HSL color Cylindrical-coordinate representation of color #574810: hue angle of 47.32º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #574810 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 72 16 -
CMYK 0 0.17 0.82 0.66
HSL 47.32º 0.69% 0.2% -
HSV(B) 47.32º 0.82% 0.34% -
XYZ 6.34 6.7 1.45 -
YUV 70.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 87 72 16 0 0.17 0.82 0.66 47.32 0.69 0.2
Hex 57 48 10 0 11 52 42 2F 45 14
Octal 127 110 20 0 21 122 102 57 105 24
Binary 1010111 1001000 10000 0 10001 1010010 1000010 101111 1000101 10100

Color Harmonies of #574810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574810

Black with #574810

Text Example


Text Example

White with #574810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574810; }

 p { color: rgb(87,72,16); }

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

background-color css

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

 a { background-color: rgb(87,72,16); }

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

border-color css

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

 span { border-color: rgb(87,72,16); }

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