Html Css Color HEX #574904 Bronze Olive

📋 copy color: '#574904'

red 87 ◦ green 73 ◦ blue 4

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

Shades of Bronze Olive #574904

Tints of Bronze Olive #574904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.44%

R = 53.05%
G = 44.51%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#574904 (or 0x574904) is known color: Bronze Olive. HEX triplet: 57, 49 and 04. RGB value is (87,73,4). Sum of RGB (Red+Green+Blue) = 87+73+4=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #574904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574904 is #A8B6FB. Grayscale: #454545. Windows color (decimal): -11056892 or 280919. OLE color: 280919.

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

Color convert

RGB 87 73 4 -
CMYK 0 0.16 0.95 0.66
HSL 49.88º 0.91% 0.18% -
HSV(B) 49.88º 0.95% 0.34% -
XYZ 6.33 6.8 1.09 -
YUV 69.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 87 73 4 0 0.16 0.95 0.66 49.88 0.91 0.18
Hex 57 49 4 0 10 5F 42 32 5B 12
Octal 127 111 4 0 20 137 102 62 133 22
Binary 1010111 1001001 100 0 10000 1011111 1000010 110010 1011011 10010

Color Harmonies of #574904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574904

Black with #574904

Text Example


Text Example

White with #574904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574904; }

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

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

background-color css

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

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

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

border-color css

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

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

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