Html Css Color HEX #574F09 Bronze Olive

📋 copy color: '#574F09'

red 87 ◦ green 79 ◦ blue 9

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

Shades of Bronze Olive #574F09

Tints of Bronze Olive #574F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.14%

R = 49.71%
G = 45.14%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#574F09 (or 0x574F09) is known color: Bronze Olive. HEX triplet: 57, 4F and 09. RGB value is (87,79,9). Sum of RGB (Red+Green+Blue) = 87+79+9=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F09 is #A8B0F6. Grayscale: #494949. Windows color (decimal): -11055351 or 610135. OLE color: 610135.

HSL color Cylindrical-coordinate representation of color #574F09: hue angle of 53.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #574F09 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 79 9 -
CMYK 0 0.09 0.90 0.66
HSL 53.85º 0.81% 0.19% -
HSV(B) 53.85º 0.9% 0.34% -
XYZ 6.78 7.64 1.38 -
YUV 73.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 87 79 9 0 0.09 0.90 0.66 53.85 0.81 0.19
Hex 57 4F 9 0 9 5A 42 36 51 13
Octal 127 117 11 0 11 132 102 66 121 23
Binary 1010111 1001111 1001 0 1001 1011010 1000010 110110 1010001 10011

Color Harmonies of #574F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F09

Black with #574F09

Text Example


Text Example

White with #574F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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