Html Css Color HEX #574901 Bronze Olive

📋 copy color: '#574901'

red 87 ◦ green 73 ◦ blue 1

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

Shades of Bronze Olive #574901

Tints of Bronze Olive #574901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.34%

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 54.04%
G = 45.34%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#574901 (or 0x574901) is known color: Bronze Olive. HEX triplet: 57, 49 and 01. RGB value is (87,73,1). Sum of RGB (Red+Green+Blue) = 87+73+1=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #574901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574901 is #A8B6FE. Grayscale: #454545. Windows color (decimal): -11056895 or 84311. OLE color: 84311.

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

Color convert

RGB 87 73 1 -
CMYK 0 0.16 0.99 0.66
HSL 50.23º 0.98% 0.17% -
HSV(B) 50.23º 0.99% 0.34% -
XYZ 6.32 6.79 1.01 -
YUV 68.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 87 73 1 0 0.16 0.99 0.66 50.23 0.98 0.17
Hex 57 49 1 0 10 63 42 32 62 11
Octal 127 111 1 0 20 143 102 62 142 21
Binary 1010111 1001001 1 0 10000 1100011 1000010 110010 1100010 10001

Color Harmonies of #574901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574901

Black with #574901

Text Example


Text Example

White with #574901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574901; }

 p { color: rgb(87,73,1); }

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

background-color css

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

 a { background-color: rgb(87,73,1); }

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

border-color css

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

 span { border-color: rgb(87,73,1); }

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