Html Css Color HEX #574613 Bronze Olive

📋 copy color: '#574613'

red 87 ◦ green 70 ◦ blue 19

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

Shades of Bronze Olive #574613

Tints of Bronze Olive #574613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

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

R = 49.43%
G = 39.77%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#574613 (or 0x574613) is known color: Bronze Olive. HEX triplet: 57, 46 and 13. RGB value is (87,70,19). Sum of RGB (Red+Green+Blue) = 87+70+19=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #574613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574613 is #A8B9EC. Grayscale: #454545. Windows color (decimal): -11057645 or 1263191. OLE color: 1263191.

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

Color convert

RGB 87 70 19 -
CMYK 0 0.20 0.78 0.66
HSL 45º 0.64% 0.21% -
HSV(B) 45º 0.78% 0.34% -
XYZ 6.24 6.45 1.53 -
YUV 69.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 87 70 19 0 0.20 0.78 0.66 45 0.64 0.21
Hex 57 46 13 0 14 4E 42 2D 40 15
Octal 127 106 23 0 24 116 102 55 100 25
Binary 1010111 1000110 10011 0 10100 1001110 1000010 101101 1000000 10101

Color Harmonies of #574613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574613

Black with #574613

Text Example


Text Example

White with #574613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574613; }

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

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

background-color css

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

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

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

border-color css

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

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

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