Html Css Color HEX #574013 Bronze Olive

📋 copy color: '#574013'

red 87 ◦ green 64 ◦ blue 19

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

Shades of Bronze Olive #574013

Tints of Bronze Olive #574013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.65%

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

R = 51.18%
G = 37.65%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#574013 (or 0x574013) is known color: Bronze Olive. HEX triplet: 57, 40 and 13. RGB value is (87,64,19). Sum of RGB (Red+Green+Blue) = 87+64+19=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #574013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574013 is #A8BFEC. Grayscale: #414141. Windows color (decimal): -11059181 or 1261655. OLE color: 1261655.

HSL color Cylindrical-coordinate representation of color #574013: hue angle of 39.71º 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 #574013 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 64 19 -
CMYK 0 0.26 0.78 0.66
HSL 39.71º 0.64% 0.21% -
HSV(B) 39.71º 0.78% 0.34% -
XYZ 5.88 5.74 1.41 -
YUV 65.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 87 64 19 0 0.26 0.78 0.66 39.71 0.64 0.21
Hex 57 40 13 0 1A 4E 42 28 40 15
Octal 127 100 23 0 32 116 102 50 100 25
Binary 1010111 1000000 10011 0 11010 1001110 1000010 101000 1000000 10101

Color Harmonies of #574013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574013

Black with #574013

Text Example


Text Example

White with #574013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574013; }

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

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

background-color css

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

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

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

border-color css

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

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

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