Html Css Color HEX #574C09 Bronze Olive

📋 copy color: '#574C09'

red 87 ◦ green 76 ◦ blue 9

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

Shades of Bronze Olive #574C09

Tints of Bronze Olive #574C09

RGB

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

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

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

R = 50.58%
G = 44.19%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#574C09 (or 0x574C09) is known color: Bronze Olive. HEX triplet: 57, 4C and 09. RGB value is (87,76,9). Sum of RGB (Red+Green+Blue) = 87+76+9=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #574C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C09 is #A8B3F6. Grayscale: #474747. Windows color (decimal): -11056119 or 609367. OLE color: 609367.

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

Color convert

RGB 87 76 9 -
CMYK 0 0.13 0.90 0.66
HSL 51.54º 0.81% 0.19% -
HSV(B) 51.54º 0.9% 0.34% -
XYZ 6.56 7.21 1.31 -
YUV 71.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 87 76 9 0 0.13 0.90 0.66 51.54 0.81 0.19
Hex 57 4C 9 0 D 5A 42 34 51 13
Octal 127 114 11 0 15 132 102 64 121 23
Binary 1010111 1001100 1001 0 1101 1011010 1000010 110100 1010001 10011

Color Harmonies of #574C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C09

Black with #574C09

Text Example


Text Example

White with #574C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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