Html Css Color HEX #574F26 Bronze Olive

📋 copy color: '#574F26'

red 87 ◦ green 79 ◦ blue 38

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

Shades of Bronze Olive #574F26

Tints of Bronze Olive #574F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 42.65%
G = 38.73%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#574F26 (or 0x574F26) is known color: Bronze Olive. HEX triplet: 57, 4F and 26. RGB value is (87,79,38). Sum of RGB (Red+Green+Blue) = 87+79+38=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #574F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F26 is #A8B0D9. Grayscale: #4C4C4C. Windows color (decimal): -11055322 or 2510679. OLE color: 2510679.

HSL color Cylindrical-coordinate representation of color #574F26: hue angle of 50.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #574F26 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 79 38 -
CMYK 0 0.09 0.56 0.66
HSL 50.2º 0.39% 0.25% -
HSV(B) 50.2º 0.56% 0.34% -
XYZ 7.08 7.76 2.96 -
YUV 76.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 87 79 38 0 0.09 0.56 0.66 50.2 0.39 0.25
Hex 57 4F 26 0 9 38 42 32 27 19
Octal 127 117 46 0 11 70 102 62 47 31
Binary 1010111 1001111 100110 0 1001 111000 1000010 110010 100111 11001

Color Harmonies of #574F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F26

Black with #574F26

Text Example


Text Example

White with #574F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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