Html Css Color HEX #574113 Bronze Olive

📋 copy color: '#574113'

red 87 ◦ green 65 ◦ blue 19

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

Shades of Bronze Olive #574113

Tints of Bronze Olive #574113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.01%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 50.88%
G = 38.01%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#574113 (or 0x574113) is known color: Bronze Olive. HEX triplet: 57, 41 and 13. RGB value is (87,65,19). Sum of RGB (Red+Green+Blue) = 87+65+19=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #574113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574113 is #A8BEEC. Grayscale: #424242. Windows color (decimal): -11058925 or 1261911. OLE color: 1261911.

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

Color convert

RGB 87 65 19 -
CMYK 0 0.25 0.78 0.66
HSL 40.59º 0.64% 0.21% -
HSV(B) 40.59º 0.78% 0.34% -
XYZ 5.94 5.85 1.43 -
YUV 66.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 87 65 19 0 0.25 0.78 0.66 40.59 0.64 0.21
Hex 57 41 13 0 19 4E 42 29 40 15
Octal 127 101 23 0 31 116 102 51 100 25
Binary 1010111 1000001 10011 0 11001 1001110 1000010 101001 1000000 10101

Color Harmonies of #574113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574113

Black with #574113

Text Example


Text Example

White with #574113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574113; }

 p { color: rgb(87,65,19); }

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

background-color css

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

 a { background-color: rgb(87,65,19); }

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

border-color css

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

 span { border-color: rgb(87,65,19); }

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