Html Css Color HEX #574A01 Bronze Olive

📋 copy color: '#574A01'

red 87 ◦ green 74 ◦ blue 1

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

Shades of Bronze Olive #574A01

Tints of Bronze Olive #574A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.68%

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

R = 53.7%
G = 45.68%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#574A01 (or 0x574A01) is known color: Bronze Olive. HEX triplet: 57, 4A and 01. RGB value is (87,74,1). Sum of RGB (Red+Green+Blue) = 87+74+1=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #574A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A01 is #A8B5FE. Grayscale: #454545. Windows color (decimal): -11056639 or 84567. OLE color: 84567.

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

Color convert

RGB 87 74 1 -
CMYK 0 0.15 0.99 0.66
HSL 50.93º 0.98% 0.17% -
HSV(B) 50.93º 0.99% 0.34% -
XYZ 6.38 6.93 1.03 -
YUV 69.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 87 74 1 0 0.15 0.99 0.66 50.93 0.98 0.17
Hex 57 4A 1 0 F 63 42 33 62 11
Octal 127 112 1 0 17 143 102 63 142 21
Binary 1010111 1001010 1 0 1111 1100011 1000010 110011 1100010 10001

Color Harmonies of #574A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A01

Black with #574A01

Text Example


Text Example

White with #574A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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