Html Css Color HEX #574F01 Bronze Olive

📋 copy color: '#574F01'

red 87 ◦ green 79 ◦ blue 1

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

Shades of Bronze Olive #574F01

Tints of Bronze Olive #574F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.31%

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

R = 52.1%
G = 47.31%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#574F01 (or 0x574F01) is known color: Bronze Olive. HEX triplet: 57, 4F and 01. RGB value is (87,79,1). Sum of RGB (Red+Green+Blue) = 87+79+1=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #574F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F01 is #A8B0FE. Grayscale: #484848. Windows color (decimal): -11055359 or 85847. OLE color: 85847.

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

Color convert

RGB 87 79 1 -
CMYK 0 0.09 0.99 0.66
HSL 54.42º 0.98% 0.17% -
HSV(B) 54.42º 0.99% 0.34% -
XYZ 6.73 7.62 1.14 -
YUV 72.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 87 79 1 0 0.09 0.99 0.66 54.42 0.98 0.17
Hex 57 4F 1 0 9 63 42 36 62 11
Octal 127 117 1 0 11 143 102 66 142 21
Binary 1010111 1001111 1 0 1001 1100011 1000010 110110 1100010 10001

Color Harmonies of #574F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F01

Black with #574F01

Text Example


Text Example

White with #574F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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