Html Css Color HEX #574804 Bronze Olive

📋 copy color: '#574804'

red 87 ◦ green 72 ◦ blue 4

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

Shades of Bronze Olive #574804

Tints of Bronze Olive #574804

RGB

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

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

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

R = 53.37%
G = 44.17%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#574804 (or 0x574804) is known color: Bronze Olive. HEX triplet: 57, 48 and 04. RGB value is (87,72,4). Sum of RGB (Red+Green+Blue) = 87+72+4=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #574804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574804 is #A8B7FB. Grayscale: #454545. Windows color (decimal): -11057148 or 280663. OLE color: 280663.

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

Color convert

RGB 87 72 4 -
CMYK 0 0.17 0.95 0.66
HSL 49.16º 0.91% 0.18% -
HSV(B) 49.16º 0.95% 0.34% -
XYZ 6.27 6.67 1.07 -
YUV 68.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 87 72 4 0 0.17 0.95 0.66 49.16 0.91 0.18
Hex 57 48 4 0 11 5F 42 31 5B 12
Octal 127 110 4 0 21 137 102 61 133 22
Binary 1010111 1001000 100 0 10001 1011111 1000010 110001 1011011 10010

Color Harmonies of #574804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574804

Black with #574804

Text Example


Text Example

White with #574804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574804; }

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

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

background-color css

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

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

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

border-color css

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

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

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