Html Css Color HEX #574505 Bronze Olive

📋 copy color: '#574505'

red 87 ◦ green 69 ◦ blue 5

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

Shades of Bronze Olive #574505

Tints of Bronze Olive #574505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.86%

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 54.04%
G = 42.86%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#574505 (or 0x574505) is known color: Bronze Olive. HEX triplet: 57, 45 and 05. RGB value is (87,69,5). Sum of RGB (Red+Green+Blue) = 87+69+5=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #574505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574505 is #A8BAFA. Grayscale: #434343. Windows color (decimal): -11057915 or 345431. OLE color: 345431.

HSL color Cylindrical-coordinate representation of color #574505: hue angle of 46.83º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #574505 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 69 5 -
CMYK 0 0.21 0.94 0.66
HSL 46.83º 0.89% 0.18% -
HSV(B) 46.83º 0.94% 0.34% -
XYZ 6.09 6.29 1.04 -
YUV 67.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 87 69 5 0 0.21 0.94 0.66 46.83 0.89 0.18
Hex 57 45 5 0 15 5E 42 2F 59 12
Octal 127 105 5 0 25 136 102 57 131 22
Binary 1010111 1000101 101 0 10101 1011110 1000010 101111 1011001 10010

Color Harmonies of #574505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574505

Black with #574505

Text Example


Text Example

White with #574505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574505; }

 p { color: rgb(87,69,5); }

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

background-color css

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

 a { background-color: rgb(87,69,5); }

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

border-color css

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

 span { border-color: rgb(87,69,5); }

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