Html Css Color HEX #574806 Bronze Olive

📋 copy color: '#574806'

red 87 ◦ green 72 ◦ blue 6

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

Shades of Bronze Olive #574806

Tints of Bronze Olive #574806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.64%

R = 52.73%
G = 43.64%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#574806 (or 0x574806) is known color: Bronze Olive. HEX triplet: 57, 48 and 06. RGB value is (87,72,6). Sum of RGB (Red+Green+Blue) = 87+72+6=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #574806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574806 is #A8B7F9. Grayscale: #454545. Windows color (decimal): -11057146 or 411735. OLE color: 411735.

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

Color convert

RGB 87 72 6 -
CMYK 0 0.17 0.93 0.66
HSL 48.89º 0.87% 0.18% -
HSV(B) 48.89º 0.93% 0.34% -
XYZ 6.28 6.67 1.13 -
YUV 68.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 87 72 6 0 0.17 0.93 0.66 48.89 0.87 0.18
Hex 57 48 6 0 11 5D 42 31 57 12
Octal 127 110 6 0 21 135 102 61 127 22
Binary 1010111 1001000 110 0 10001 1011101 1000010 110001 1010111 10010

Color Harmonies of #574806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574806

Black with #574806

Text Example


Text Example

White with #574806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574806; }

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

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

background-color css

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

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

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

border-color css

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

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

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