Html Css Color HEX #574519 Bronze Olive

📋 copy color: '#574519'

red 87 ◦ green 69 ◦ blue 25

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

Shades of Bronze Olive #574519

Tints of Bronze Olive #574519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.81%

R = 48.07%
G = 38.12%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#574519 (or 0x574519) is known color: Bronze Olive. HEX triplet: 57, 45 and 19. RGB value is (87,69,25). Sum of RGB (Red+Green+Blue) = 87+69+25=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #574519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574519 is #A8BAE6. Grayscale: #454545. Windows color (decimal): -11057895 or 1656151. OLE color: 1656151.

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

Color convert

RGB 87 69 25 -
CMYK 0 0.21 0.71 0.66
HSL 42.58º 0.55% 0.22% -
HSV(B) 42.58º 0.71% 0.34% -
XYZ 6.23 6.35 1.82 -
YUV 69.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 87 69 25 0 0.21 0.71 0.66 42.58 0.55 0.22
Hex 57 45 19 0 15 47 42 2B 37 16
Octal 127 105 31 0 25 107 102 53 67 26
Binary 1010111 1000101 11001 0 10101 1000111 1000010 101011 110111 10110

Color Harmonies of #574519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574519

Black with #574519

Text Example


Text Example

White with #574519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574519; }

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

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

background-color css

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

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

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

border-color css

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

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

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