Html Css Color HEX #574D04 Bronze Olive

📋 copy color: '#574D04'

red 87 ◦ green 77 ◦ blue 4

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

Shades of Bronze Olive #574D04

Tints of Bronze Olive #574D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.83%

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

R = 51.79%
G = 45.83%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#574D04 (or 0x574D04) is known color: Bronze Olive. HEX triplet: 57, 4D and 04. RGB value is (87,77,4). Sum of RGB (Red+Green+Blue) = 87+77+4=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #574D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D04 is #A8B2FB. Grayscale: #474747. Windows color (decimal): -11055868 or 281943. OLE color: 281943.

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

Color convert

RGB 87 77 4 -
CMYK 0 0.11 0.95 0.66
HSL 52.77º 0.91% 0.18% -
HSV(B) 52.77º 0.95% 0.34% -
XYZ 6.61 7.34 1.18 -
YUV 71.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 87 77 4 0 0.11 0.95 0.66 52.77 0.91 0.18
Hex 57 4D 4 0 B 5F 42 35 5B 12
Octal 127 115 4 0 13 137 102 65 133 22
Binary 1010111 1001101 100 0 1011 1011111 1000010 110101 1011011 10010

Color Harmonies of #574D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D04

Black with #574D04

Text Example


Text Example

White with #574D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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