Html Css Color HEX #574929 Bronze Olive

📋 copy color: '#574929'

red 87 ◦ green 73 ◦ blue 41

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

Shades of Bronze Olive #574929

Tints of Bronze Olive #574929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 41 (16.41% from 255) = 20.4%

R = 43.28%
G = 36.32%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#574929 (or 0x574929) is known color: Bronze Olive. HEX triplet: 57, 49 and 29. RGB value is (87,73,41). Sum of RGB (Red+Green+Blue) = 87+73+41=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #574929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574929 is #A8B6D6. Grayscale: #494949. Windows color (decimal): -11056855 or 2705751. OLE color: 2705751.

HSL color Cylindrical-coordinate representation of color #574929: hue angle of 41.74º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574929 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 41 -
CMYK 0 0.16 0.53 0.66
HSL 41.74º 0.36% 0.25% -
HSV(B) 41.74º 0.53% 0.34% -
XYZ 6.71 6.95 3.09 -
YUV 73.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 87 73 41 0 0.16 0.53 0.66 41.74 0.36 0.25
Hex 57 49 29 0 10 35 42 2A 24 19
Octal 127 111 51 0 20 65 102 52 44 31
Binary 1010111 1001001 101001 0 10000 110101 1000010 101010 100100 11001

Color Harmonies of #574929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574929

Black with #574929

Text Example


Text Example

White with #574929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574929; }

 p { color: rgb(87,73,41); }

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

background-color css

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

 a { background-color: rgb(87,73,41); }

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

border-color css

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

 span { border-color: rgb(87,73,41); }

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