Html Css Color HEX #574C04 Bronze Olive

📋 copy color: '#574C04'

red 87 ◦ green 76 ◦ blue 4

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

Shades of Bronze Olive #574C04

Tints of Bronze Olive #574C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 45.51%

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

R = 52.1%
G = 45.51%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#574C04 (or 0x574C04) is known color: Bronze Olive. HEX triplet: 57, 4C and 04. RGB value is (87,76,4). Sum of RGB (Red+Green+Blue) = 87+76+4=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #574C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C04 is #A8B3FB. Grayscale: #474747. Windows color (decimal): -11056124 or 281687. OLE color: 281687.

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

Color convert

RGB 87 76 4 -
CMYK 0 0.13 0.95 0.66
HSL 52.05º 0.91% 0.18% -
HSV(B) 52.05º 0.95% 0.34% -
XYZ 6.54 7.2 1.16 -
YUV 71.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 87 76 4 0 0.13 0.95 0.66 52.05 0.91 0.18
Hex 57 4C 4 0 D 5F 42 34 5B 12
Octal 127 114 4 0 15 137 102 64 133 22
Binary 1010111 1001100 100 0 1101 1011111 1000010 110100 1011011 10010

Color Harmonies of #574C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C04

Black with #574C04

Text Example


Text Example

White with #574C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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